holyloop/.gitea/workflows/build.yaml

14 lines
290 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:39:50 +00:00
runs-on: screenplain@latest
2024-04-20 01:51:59 +00:00
steps:
2024-04-20 02:36:27 +00:00
- run: mkdir ScreenPlay
- run: screenplain holyloop.fountain ScreenPlay/holyloop.pdf
2024-04-20 02:49:26 +00:00
uses: actions/upload-artifact@v2
2024-04-20 02:50:00 +00:00
with:
path: ScreenPlay