Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro committed Oct 14, 2024
1 parent d7a8b9e commit b1494b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/broken-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
${{ runner.os }}-node-
- run: npm ci
- name: Build
# Removes the public folder before building so deleted files are not being served.
run: |
npm install -D --save autoprefixer
npm install -D --save postcss-cli
npm install -D --save postcss
rm -rf ./public/
hugo server --bind 127.0.0.1 &
- name: Wait for Hugo server
run: curl --head -X GET --retry 5 --retry-connrefused --retry-delay 10 http://127.0.0.1:1313/csm-docs/
Expand Down

0 comments on commit b1494b1

Please sign in to comment.