Skip to content

Commit

Permalink
don't run linkchecker here
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jul 23, 2024
1 parent 186ede2 commit d3f7300
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
shell: bash -l {0}
run: >
set -e
&& jupyter-book build jupyterbook --builder linkcheck
&& jupyter-book build jupyterbook
- name: Commit documentation changes to preview branch
Expand All @@ -43,14 +42,14 @@ jobs:
git config --local user.name "GitHub Action"
git add .
git commit -m "Update documentation" -a || true
- name: Push documentation changes to preview branch
uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # latest-main
with:
branch: ${{ github.head_ref }}-preview
directory: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Leave comment on pull request
if: env.COMMENT_ON_PR == 'true'
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
Expand Down

0 comments on commit d3f7300

Please sign in to comment.