Skip to content

Commit 26ac039

Browse files
Deploy (#8)
* Update name to be more consistent * Correct path to output
1 parent 0c6eeea commit 26ac039

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish pybdsim to PyPi
1+
name: pypi deploy
22

33
on:
44
push:

.github/workflows/deploymanual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
uses: actions/upload-artifact@v4
4444
with:
4545
name: manuals
46-
path: ${{ github.workspace }}/docs/html
46+
path: ${{ github.workspace }}/docs/build/html
4747

4848
- name: Deploy to GitHub Pages
4949
uses: peaceiris/actions-gh-pages@v3
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252
publish_branch: gh-pages
53-
publish_dir: ${{ github.workspace }}/docs/html
53+
publish_dir: ${{ github.workspace }}/docs/build/html
5454
allow_empty_commit: true
5555

0 commit comments

Comments
 (0)