Add build

This commit is contained in:
Mike Nolan 2024-04-19 20:51:59 -05:00
parent e8a7bd9007
commit feff51c110
1 changed files with 13 additions and 0 deletions

13
workflows/build.yaml Normal file
View File

@ -0,0 +1,13 @@
name: Gitea actions
run-name: ${{ gitub.actor }}
on: [push]
jobs:
Build:
runs-on: screenplain-latest
steps:
- mkdir ScreenPlay
- screenplain holyloop.fountain ScreenPlay/holyloop.pdf
uses: actions/upload-artifact@v2
with:
name: assets for screenplay
path: ScreenPlay