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