Skip to content

Commit d8cb1b0

Browse files
committed
Wrong path for developer guide
1 parent 566fece commit d8cb1b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
- name: Remove old files for this version
4747
run: rm -Rf gh-pages/$SHORT_VERSION
4848
- name: Generate the user documentation
49-
run: mdbook build --dest-dir gh-pages/${SHORT_VERSION}/user-guide/ docs/user-guide/
49+
run: mdbook build --dest-dir gh-pages/${SHORT_VERSION}/user-guide/ docs/user-guide/
5050
- name: Generate the developer documentation
51-
run: mdbook build --dest-dir gh-pages/${SHORT_VERSION}/developer-guide/book/ docs/developer-guide/
51+
run: mdbook build --dest-dir gh-pages/${SHORT_VERSION}/developer-guide/ docs/developer-guide/
5252
- run: git add $SHORT_VERSION
5353
working-directory: gh-pages
5454
- run: git -c user.name='gh-actions' -c user.email='gh-actions' commit --allow-empty -m "add documentation for version $SHORT_VERSION"

0 commit comments

Comments
 (0)