We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0bfec commit 08cb84bCopy full SHA for 08cb84b
1 file changed
.github/workflows/deploy-docs.yml
@@ -46,13 +46,6 @@ jobs:
46
keep_files: false
47
48
- name: Publish to Github Pages on release
49
- if: ${{ github.event_name == 'release' }}
50
- uses: peaceiris/actions-gh-pages@v3
51
- with:
52
- github_token: ${{ secrets.GITHUB_TOKEN }}
53
- publish_dir: docs/_build/html/
54
-
55
- - name: Publish to Github Pages on release to version folder
56
if: ${{ github.event_name == 'release' }}
57
uses: peaceiris/actions-gh-pages@v3
58
with:
0 commit comments