renamed actions.yaml to build.yaml and adjusted file accordingly
This commit is contained in:
parent
ac666676b1
commit
87e56f8087
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Actions
|
||||
name: Build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -6,7 +6,7 @@ on:
|
|||
pull_request:
|
||||
|
||||
jobs:
|
||||
Build Documentation:
|
||||
Documentation:
|
||||
runs-on: docker
|
||||
container: www.coastalcommits.com/galacticfactory/documentation:latest
|
||||
steps:
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
env:
|
||||
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||
|
||||
Build Export Files:
|
||||
Export Files:
|
||||
runs-on: docker
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
Reference in a new issue