Fix
Gitea actions / Build (push) Failing after 2m4s Details

This commit is contained in:
Mike Nolan 2024-04-19 21:58:56 -05:00
parent 41e84b61dd
commit 1a17bec2a0
1 changed files with 2 additions and 2 deletions

View File

@ -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