Fix
Gitea actions / Build (push) Failing after 8s
Details
Gitea actions / Build (push) Failing after 8s
Details
This commit is contained in:
parent
f57662cbfe
commit
41e84b61dd
|
@ -5,7 +5,11 @@ jobs:
|
|||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: screenplan:latest
|
||||
- uses: actions/cache
|
||||
- run: apt install -y python3 python3-pip
|
||||
- run: pip install screenplain
|
||||
- run: pip install 'screenplain[PDF]'
|
||||
- run: actions/checkout@v3
|
||||
- run: mkdir ScreenPlay
|
||||
- run: screenplain holyloop.fountain ScreenPlay/holyloop.pdf
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Reference in New Issue