Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym authored Feb 1, 2024
1 parent 267d601 commit a8be2d6
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ jobs:
with:
path: 'docs/_build/html'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
#- name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: 'docs/_build/html'
destination_dir: '${GITHUB_REF##*/}'

0 comments on commit a8be2d6

Please sign in to comment.