Skip to content

Commit

Permalink
updated github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kousuke-nakano committed Nov 2, 2023
1 parent d6b1ab0 commit ef90dba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
uses: actions/checkout@v2

- name: Build the sphinx document.
working-directory: doc
#working-directory: doc
run: |
make html
- name: Deploy the sphinx document.
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/build/html
publish_dir: build/html
2 changes: 1 addition & 1 deletion .github/workflows/website-sphinx-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2

- name: Build the sphinx document.
working-directory: doc
#working-directory: doc
run: |
make html

0 comments on commit ef90dba

Please sign in to comment.