Skip to content

Commit 619038a

Browse files
committed
Try using spec-prod rather than the remote bikeshed server
1 parent 59dae04 commit 619038a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- name: Build spec
17-
run: |
18-
mkdir -p out
19-
curl --retry 2 --fail https://api.csswg.org/bikeshed/ --output out/index.html --header "Accept: text/plain, text/html" -F die-on=fatal -F file=@"index.bs"
17+
uses: w3c/spec-prod@v2
18+
with:
19+
TOOLCHAIN: bikeshed
20+
DESTINATION: out/index.html
21+
2022
- name: Upload to Deno Deploy
2123
uses: denoland/deployctl@v1
2224
with:

0 commit comments

Comments
 (0)