We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6de74 commit cf38783Copy full SHA for cf38783
1 file changed
.github/workflows/deploy.yml
@@ -5,7 +5,7 @@ on:
5
push:
6
branches:
7
- master
8
- # Only run if edits in DS-documentation
+ # Only run if edits in CP-plugins-documentation
9
paths:
10
- documentation/CP-plugins-documentation/**
11
- .github/workflows/deploy.yml
@@ -30,11 +30,11 @@ jobs:
30
# Build the book
31
- name: Build the book
32
run: |
33
- jupyter-book build documentation/DS-documentation/
+ jupyter-book build documentation/CP-plugins-documentation/
34
35
# Push the book's HTML to github-pages
36
- name: GitHub Pages action
37
uses: peaceiris/actions-gh-pages@v3.6.1
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
- publish_dir: ./documentation/DS-documentation/_build/html
+ publish_dir: ./documentation/CP-plugins-documentation/_build/html
0 commit comments