We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad86335 commit 47ce61bCopy full SHA for 47ce61b
.gitattributes
@@ -18,3 +18,6 @@
18
.gitattributes text
19
KEY text
20
LICENSE* text
21
+
22
+*.docx diff=word
23
+*.pdf filter=lfs diff=lfs merge=lfs -text
.github/workflows/compendium.yml
@@ -1,14 +1,12 @@
1
-name: codex
2
-on:
3
- push:
4
- pull_request:
+name: compendium
+on: [push]
5
jobs:
6
- create compendium:
+ build:
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
14
- name: compendium-pdf.zip
+ - uses: actions/checkout@master
+ - name: Archive Release
+ uses: thedoctor0/zip-release@master
+ with:
+ filename: 'release.zip'
+ exclusions: '*.git* /*node_modules/* .editorconfig'
0 commit comments