diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml index c861afe8..f116de27 100644 --- a/.github/workflows/links.yaml +++ b/.github/workflows/links.yaml @@ -58,8 +58,11 @@ jobs: with: args: > --no-progress - --accept 429 - --remap "http://localhost:8080/@ https://nuejs.org/@" # remap @spotlight / @base + --accept "403, 429, 503" + --remap "http://localhost:8080/@ https://nuejs.org/@" + --remap "http://localhost:8080/todomvc https://nuejs.org/todomvc" + --remap "http://localhost:8080/glow-demo https://nuejs.org/glow-demo" + --exclude "http://localhost:8080/404.html" -- ${{ env.LINKS }} token: ${{ secrets.GITHUB_TOKEN }}