Skip to content

Commit 50d500c

Browse files
committed
Return to previous GHP action
1 parent 5a35710 commit 50d500c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ jobs:
3030
- name: Build the Jupyter Book
3131
run: jupyter-book build --builder dirhtml TeSS_docs/
3232

33-
- name: GitHub Pages action
34-
uses: peaceiris/actions-gh-pages@v3.6.1
35-
with:
36-
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
publish_dir: "TeSS_docs/_build/dirhtml"
33+
#- name: GitHub Pages action
34+
# uses: peaceiris/actions-gh-pages@v3.6.1
35+
# with:
36+
# github_token: ${{ secrets.GITHUB_TOKEN }}
37+
# publish_dir: "TeSS_docs/_build/dirhtml"
3838

3939
#- name: Upload artifact
4040
# uses: actions/upload-artifact@v4
4141
# with:
4242
# path: "TeSS_docs/_build/dirhtml"
4343

44-
#- name: Deploy to GitHub Pages
44+
- name: Deploy to GitHub Pages
4545
# id: deployment
4646
# uses: actions/deploy-pages@v4
47-
# #run: |
48-
# # ghp-import -n -p -f TeSS_docs/_build/dirhtml
47+
run: |
48+
ghp-import -n -p -f TeSS_docs/_build/dirhtml

0 commit comments

Comments
 (0)