We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ada603 commit a0315bcCopy full SHA for a0315bc
1 file changed
.github/workflows/docs-linkchecker.yml
@@ -28,10 +28,3 @@ jobs:
28
set -e
29
&& pip install jupyter-book
30
&& jupyter-book build jupyterbook --builder linkcheck
31
-
32
- - name: GitHub Pages action
33
- if: github.ref == 'refs/heads/main'
34
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
35
- with:
36
- github_token: ${{ secrets.GITHUB_TOKEN }}
37
- publish_dir: jupyterbook/_build/html
0 commit comments