Skip to content

Commit 87ee6ec

Browse files
committed
Return to previous GHP action again
1 parent a980b83 commit 87ee6ec

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,12 @@ jobs:
4747
# run: |
4848
# ghp-import -n -p -f TeSS_docs/_build/dirhtml
4949

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
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
55+
56+
- name: Deploy to GitHub Pages
57+
run: |
58+
# ghp-import -n -p -f TeSS_docs/_build/dirhtml

0 commit comments

Comments
 (0)