Fix
Gitea actions / Build (push) Failing after 8s Details

This commit is contained in:
Mike Nolan 2024-04-19 21:57:59 -05:00
parent f57662cbfe
commit 41e84b61dd
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,11 @@ jobs:
Build: Build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: 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: 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