Skip to content

Commit

Permalink
deploy-ghpage tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Oct 23, 2024
1 parent 5b418d3 commit cd0f753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-ghpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Build the JupyterLite site
shell: bash -l {0}
run: |
jupyter lite build --contents docs/example-notebooks --output-dir docs/_output
cd docs
jupyter lite build --contents ./example-notebooks --output-dir ./_output
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit cd0f753

Please sign in to comment.