We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566fece commit d8cb1b0Copy full SHA for d8cb1b0
1 file changed
.github/workflows/deploy.yml
@@ -46,9 +46,9 @@ jobs:
46
- name: Remove old files for this version
47
run: rm -Rf gh-pages/$SHORT_VERSION
48
- name: Generate the user documentation
49
- run: mdbook build --dest-dir gh-pages/${SHORT_VERSION}/user-guide/ docs/user-guide/
+ run: mdbook build --dest-dir gh-pages/${SHORT_VERSION}/user-guide/ docs/user-guide/
50
- name: Generate the developer documentation
51
- run: mdbook build --dest-dir gh-pages/${SHORT_VERSION}/developer-guide/book/ docs/developer-guide/
+ run: mdbook build --dest-dir gh-pages/${SHORT_VERSION}/developer-guide/ docs/developer-guide/
52
- run: git add $SHORT_VERSION
53
working-directory: gh-pages
54
- 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