Add build
This commit is contained in:
parent
e8a7bd9007
commit
feff51c110
|
@ -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
|
Loading…
Reference in New Issue