Skip to content
Merged
Changes from all commits
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
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ concurrency:
group: "pages"
cancel-in-progress: false

env:
# BASE_URL determines the website path prefix, including CSS & JS assets
BASE_URL: /${{ github.event.repository.name }}

# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
deploy-book:
Expand Down
Loading