Skip to content

Commit b7d1570

Browse files
committed
action: fixing build path
1 parent 3958eb5 commit b7d1570

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
# unrelated files, you can make this run only if a file within that specific
1111
# folder has been modified.
1212
#
13-
paths:
14-
- docs/**
13+
# paths:
14+
# - docs/**
1515

1616
# This job installs dependencies, build the book, and pushes it to `gh-pages`
1717
jobs:
@@ -41,8 +41,7 @@ jobs:
4141
id: deployment
4242
uses: actions/upload-pages-artifact@v4.0.0 # or specific "vX.X.X" version tag for this action
4343
with:
44-
path: docs/source/_static
45-
44+
path: docs/source/build
4645
deploy-book:
4746
environment:
4847
name: github-pages

0 commit comments

Comments
 (0)