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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -6,7 +6,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build Documentation:
|
Documentation:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: www.coastalcommits.com/galacticfactory/documentation:latest
|
container: www.coastalcommits.com/galacticfactory/documentation:latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -50,7 +50,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||||
|
|
||||||
Build Export Files:
|
Export Files:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
Reference in a new issue