Skip to content

Commit eaac5bd

Browse files
committed
1 parent f266f0d commit eaac5bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
- name: Clone repository
1414
uses: actions/checkout@v2
1515

16-
- uses: w3c/spec-prod@v2
17-
with:
18-
DESTINATION: out/index.html
16+
- name: Build spec
17+
run: |
18+
mkdir -p out
19+
curl --retry 2 https://api.csswg.org/bikeshed/ --output out/index.html --header "Accept: text/plain, text/html" -F die-on=warning -F file=@"index.bs"
1920
2021
- name: Upload to Deno Deploy
2122
uses: denoland/deployctl@v1

0 commit comments

Comments
 (0)