Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Jan 6, 2024
1 parent c070cd0 commit 654e4ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
mv _build/html _build/manual
rm -rf _build/doctrees _build/epub _build/latex
- name: Publish sphinx documentation
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
BRANCH: master
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FOLDER: _build
TARGET_FOLDER: docs
branch: main
access_token: ${{ secrets.GITHUB_TOKEN }}
folder: _build
target_folder: docs

0 comments on commit 654e4ef

Please sign in to comment.