Skip to content

Commit

Permalink
Better folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Sep 15, 2022
1 parent f3b8fcd commit d6d9a41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ jobs:
shell: bash

- name: Build Jupyter Lite
run: jupyter lite build --contents notebooks
run: jupyter lite build --contents jupyterlite/faster-python-notebook
shell: bash

- name: Copy Jupyter Lite into Sphinx build
run: mv _output docs/_build/_extra
run: |
mkdir -p docs/_build/_extra/fast-python-notebook
mv _output docs/_build/_extra/fast-python-notebook
shell: bash

- uses: actions/upload-artifact@v3
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d6d9a41

Please sign in to comment.