Skip to content

Commit

Permalink
feat: back to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoweiss committed Aug 26, 2024
1 parent 40c3eaf commit cf390c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/autopublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build and Validate
runs-on: node:alpine
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
Expand All @@ -19,6 +19,8 @@ jobs:
./scripts/replace.sh
# - name: Run Respec
# run: |
# sudo apt install nodejs
# sudo apt install npm
# sudo npx puppeteer browsers install chrome
# sudo npx respec --src index.html --out index.html.build.html
- uses: w3c/spec-prod@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/respec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# This is a custom workflow because w3c/spec-prod@v2 times out at 20 sec (hardcoded)

0 comments on commit cf390c1

Please sign in to comment.