Skip to content

Commit ad86335

Browse files
author
sam bacha
authored
Create compendium.yml
1 parent 23d8c47 commit ad86335

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/compendium.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: codex
2+
on:
3+
push:
4+
pull_request:
5+
jobs:
6+
create compendium:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: montudor/[email protected]
10+
with:
11+
args: zip -qq -r compendium-pdf.zip *.pdf
12+
- uses: actions/upload-artifact@v2
13+
with:
14+
name: compendium-pdf.zip

0 commit comments

Comments
 (0)