Skip to content

Commit e1cc12b

Browse files
committed
Ignore jsdoc errors for now
1 parent c1d8850 commit e1cc12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Run NPM Install
1616
run: npm i
1717
- name: Run JSDoc
18-
run: npx jsdoc --template ./jsdoc-terminusdb-template --recurse ./lib/ > docs.json
18+
run: npx jsdoc --template ./jsdoc-terminusdb-template --recurse ./lib/ > docs.json || true
1919
- name: Upload to TerminusCMS
2020
run: |
2121
curl -H 'Authorization: Token ${{ secrets.TERMINUSCMS_TOKEN}}' \

0 commit comments

Comments
 (0)