Skip to content

Commit

Permalink
FIX: Doc deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisDev committed Jul 26, 2024
1 parent a3b9af9 commit a2ad0f7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ jobs:
ls -R version/dev
- name: Deploy to gh-pages branch
if: contains(github.ref, 'refs/heads/main')
uses: JamesIves/github-pages-deploy-action@v4.6.3
uses: peaceiris/actions-gh-pages@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: doc/_build/html
clean: true
single-commit: true
publish_dir: .
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_message: 'DOC: Update development documentation'
keep_files: true
force_orphan: true

0 comments on commit a2ad0f7

Please sign in to comment.