Skip to content

Commit

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

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

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

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

0 comments on commit b44aefa

Please sign in to comment.