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'
|
||||
|
||||
jobs:
|
||||
Build Documentation:
|
||||
build_docs:
|
||||
runs-on: docker
|
||||
container: www.coastalcommits.com/galacticfactory/documentation:latest
|
||||
steps:
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
env:
|
||||
GITEA_TOKEN: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||
|
||||
Build and Upload Export Files:
|
||||
build_export_files:
|
||||
runs-on: docker
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
path: /export/modrinth/
|
||||
continue-on-error: true
|
||||
|
||||
Autotagger:
|
||||
autotagger:
|
||||
runs-on: docker
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
|
|
Reference in a new issue