Skip to content

Commit

Permalink
Set up go in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Oct 21, 2024
1 parent 27fc250 commit d809b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs_preview_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ jobs:
edit-mode: replace

# Check that all relative URLs are working. We don't check external links due to rate limiting.
- uses: actions/setup-go@v5
- run: go install github.com/raviqqe/muffet/v2@latest
- run: muffet ${{ steps.publish-docs.outputs.url }} --buffer-size=8192 --exclude="(\/cdn-cgi\/)|(github.com)|(pub.dev)"

0 comments on commit d809b84

Please sign in to comment.