Skip to content

Commit

Permalink
Attempt 2 to escape broken pipe
Browse files Browse the repository at this point in the history
Also reorder steps since lint step will depend on build site once
we get the link checker working.
  • Loading branch information
maxkapur committed Nov 19, 2024
1 parent 2d58e0e commit bd87dae
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,20 @@ jobs:

- name: Configure toolchain (configure.sh)
shell: bash -el {0}
run: |
yes | ./configure.sh
run: ./configure.sh

- name: Show package info (info.sh)
shell: bash -el {0}
run: ./info.sh

- name: Lint (check.sh)
shell: bash -el {0}
run: ./check.sh

- name: Build site (build.sh)
shell: bash -el {0}
run: ./build.sh

- name: Lint (check.sh)
shell: bash -el {0}
run: ./check.sh

- name: Deploy GitHub pages site
uses: peaceiris/actions-gh-pages@v4
# Skip this step if running from somewhere other than master
Expand Down

0 comments on commit bd87dae

Please sign in to comment.