We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6eeea commit 26ac039Copy full SHA for 26ac039
.github/workflows/deploy.yml
@@ -1,4 +1,4 @@
1
-name: Publish pybdsim to PyPi
+name: pypi deploy
2
3
on:
4
push:
.github/workflows/deploymanual.yml
@@ -43,13 +43,13 @@ jobs:
43
uses: actions/upload-artifact@v4
44
with:
45
name: manuals
46
- path: ${{ github.workspace }}/docs/html
+ path: ${{ github.workspace }}/docs/build/html
47
48
- name: Deploy to GitHub Pages
49
uses: peaceiris/actions-gh-pages@v3
50
51
github_token: ${{ secrets.GITHUB_TOKEN }}
52
publish_branch: gh-pages
53
- publish_dir: ${{ github.workspace }}/docs/html
+ publish_dir: ${{ github.workspace }}/docs/build/html
54
allow_empty_commit: true
55
0 commit comments