Skip to content

Commit

Permalink
Update broken-links.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gallacher authored May 17, 2024
1 parent 6be3760 commit ae73cb2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/broken-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ jobs:
npm install -D --save autoprefixer
npm install -D --save postcss-cli
npm install -D --save postcss
hugo server --bind 127.0.0.1
hugo server --bind 127.0.0.1 &
- name: Wait
uses: nev7n/wait_for_response@v1
with:
url: 'https://localhost:1313/'
responseCode: 200
timeout: 2000
interval: 500
- name: wget
uses: wei/wget@v1
with:
Expand Down

0 comments on commit ae73cb2

Please sign in to comment.