Skip to content

Commit

Permalink
[UPDTAE] Update deploy-docs
Browse files Browse the repository at this point in the history
- update JamesIves/github-pages-deploy-action@releases to v4
- fix jekyll remove _static folder
  • Loading branch information
avjui committed Jun 15, 2024
1 parent a51b1ba commit 7579100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:
run: cd doc
&& cmake .
&& make doc
&& cd sphinx/html/
&& touch .nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
Expand Down

0 comments on commit 7579100

Please sign in to comment.