Skip to content

Commit a0315bc

Browse files
authored
This GHA should not try to publish (#287)
1 parent 4ada603 commit a0315bc

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/docs-linkchecker.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,3 @@ jobs:
2828
set -e
2929
&& pip install jupyter-book
3030
&& 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

Comments
 (0)