We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7ec33 commit 2628e0dCopy full SHA for 2628e0d
.github/workflows/CI.yml
@@ -23,8 +23,7 @@ jobs:
23
- name: test
24
run: npm ci && npm test
25
- name: generate documentation
26
- # We need the symbolic links to avoid breaking old URLs
27
- run: npm run doc && mkdir -p documentation/class && ln -s documentation/* documentation/class/
+ run: npm run doc
28
- name: Update github pages
29
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
30
uses: JamesIves/[email protected]
0 commit comments