14 lines
317 B
YAML
14 lines
317 B
YAML
|
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
|