Skip to content

Commit a980b83

Browse files
committed
Try peaceiris4
1 parent 50d500c commit a980b83

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,14 @@ jobs:
4141
# with:
4242
# path: "TeSS_docs/_build/dirhtml"
4343

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
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
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

Comments
 (0)