Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert paths
  • Loading branch information
jorgensd committed Nov 24, 2022
commit af5a98e50898fcedeb8dd86a742a84e52677260f
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:

env:
# Directory that will be published on github pages
PUBLISH_DIR: ./_build/html
PUBLISH_DIR: ./docs/_build/html

jobs:
build:
Expand All @@ -41,7 +41,7 @@ jobs:
run: python3 -m pip install jupyter-book

- name: Build docs
run: jupyter book build -W .
run: jupyter book build -W docs

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down