We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a980b83 commit 87ee6ecCopy full SHA for 87ee6ec
1 file changed
.github/workflows/main.yml
@@ -47,8 +47,12 @@ jobs:
47
# run: |
48
# 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
+ #- name: Deploy
+ # uses: peaceiris/actions-gh-pages@v4
+ # with:
+ # github_token: ${{ secrets.GITHUB_TOKEN }}
+ # publish_dir: TeSS_docs/_build/dirhtml
55
+
56
+ - name: Deploy to GitHub Pages
57
+ run: |
58
+ # ghp-import -n -p -f TeSS_docs/_build/dirhtml
0 commit comments