holyloop/.gitea/workflows/build.yaml

21 lines
561 B
YAML
Raw Normal View History

2024-04-20 01:51:59 +00:00
name: Gitea actions
run-name: ${{ gitub.actor }}
on: [push]
jobs:
Build:
2024-04-20 02:52:43 +00:00
runs-on: ubuntu-latest
2024-04-20 01:51:59 +00:00
steps:
2024-04-20 03:07:16 +00:00
- run: apt install -y python3
- run: pip3 install screenplain
- run: pip3 install 'screenplain[PDF]'
2024-04-20 03:05:26 +00:00
- uses: actions/cache@v4
with:
path: screenplain
key: ${{ runner.os }}-screenplain
2024-04-20 02:58:56 +00:00
- run: actions/checkout@v4
2024-04-20 02:36:27 +00:00
- run: mkdir ScreenPlay
- run: screenplain holyloop.fountain ScreenPlay/holyloop.pdf
2024-04-20 02:52:43 +00:00
- uses: actions/upload-artifact@v2
with:
path: ScreenPlay