Skip to content

Commit

Permalink
update publish to be less strict on error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Jan 16, 2025
1 parent 99df1a4 commit 90dbdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Build HTML
shell: bash -l {0}
run: |
jb build lectures --path-output ./ -n -W --keep-going
jb build lectures --path-output ./
- name: Deploy website to gh-pages
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit 90dbdab

Please sign in to comment.