We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d500c commit a980b83Copy full SHA for a980b83
1 file changed
.github/workflows/main.yml
@@ -41,8 +41,14 @@ jobs:
41
# with:
42
# path: "TeSS_docs/_build/dirhtml"
43
44
- - name: Deploy to GitHub Pages
45
- # id: deployment
46
- # uses: actions/deploy-pages@v4
47
- run: |
48
- ghp-import -n -p -f TeSS_docs/_build/dirhtml
+ #- name: Deploy to GitHub Pages
+ ## id: deployment
+ ## uses: actions/deploy-pages@v4
+ # run: |
+ # ghp-import -n -p -f TeSS_docs/_build/dirhtml
49
+
50
+ - name: Deploy
51
+ uses: peaceiris/actions-gh-pages@v4
52
+ with:
53
+ github_token: ${{ secrets.GITHUB_TOKEN }}
54
+ publish_dir: TeSS_docs/_build/dirhtml
0 commit comments