We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3958eb5 commit b7d1570Copy full SHA for b7d1570
1 file changed
.github/workflows/publish.yml
@@ -10,8 +10,8 @@ on:
10
# unrelated files, you can make this run only if a file within that specific
11
# folder has been modified.
12
#
13
- paths:
14
- - docs/**
+ # paths:
+ # - docs/**
15
16
# This job installs dependencies, build the book, and pushes it to `gh-pages`
17
jobs:
@@ -41,8 +41,7 @@ jobs:
41
id: deployment
42
uses: actions/upload-pages-artifact@v4.0.0 # or specific "vX.X.X" version tag for this action
43
with:
44
- path: docs/source/_static
45
-
+ path: docs/source/build
46
deploy-book:
47
environment:
48
name: github-pages
0 commit comments