Skip to content

Commit

Permalink
fix HTML output path
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored May 7, 2024
1 parent 3a6fd69 commit 3854ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/buildresources/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
if: inputs.publish-to-gh == 'true'
uses: actions/upload-pages-artifact@v3
with:
path: _build/html
path: book/_build/html

- name: Setup GitHub Pages
if: inputs.publish-to-gh == 'true'
Expand Down

0 comments on commit 3854ac5

Please sign in to comment.