updated actions workflow
This commit is contained in:
parent
94aa64c27c
commit
c7100a3961
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ on:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build Documentation:
|
build_docs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: www.coastalcommits.com/galacticfactory/documentation:latest
|
container: www.coastalcommits.com/galacticfactory/documentation:latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||||
|
|
||||||
Build and Upload Export Files:
|
build_export_files:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -102,7 +102,7 @@ jobs:
|
||||||
path: /export/modrinth/
|
path: /export/modrinth/
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
Autotagger:
|
autotagger:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Reference in a new issue