File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments