Skip to content

Commit cf38783

Browse files
authored
Update deploy.yml
1 parent 7b6de74 commit cf38783

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- master
8-
# Only run if edits in DS-documentation
8+
# Only run if edits in CP-plugins-documentation
99
paths:
1010
- documentation/CP-plugins-documentation/**
1111
- .github/workflows/deploy.yml
@@ -30,11 +30,11 @@ jobs:
3030
# Build the book
3131
- name: Build the book
3232
run: |
33-
jupyter-book build documentation/DS-documentation/
33+
jupyter-book build documentation/CP-plugins-documentation/
3434
3535
# Push the book's HTML to github-pages
3636
- name: GitHub Pages action
3737
uses: peaceiris/actions-gh-pages@v3.6.1
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
40-
publish_dir: ./documentation/DS-documentation/_build/html
40+
publish_dir: ./documentation/CP-plugins-documentation/_build/html

0 commit comments

Comments
 (0)