diff --git a/.github/workflows/autopublish.yaml b/.github/workflows/autopublish.yaml index 811155c..55a2092 100644 --- a/.github/workflows/autopublish.yaml +++ b/.github/workflows/autopublish.yaml @@ -8,7 +8,7 @@ on: jobs: build: name: Build and Validate - runs-on: node:alpine + runs-on: ubuntu-22.04 permissions: contents: write steps: @@ -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 diff --git a/.github/workflows/respec.yaml b/.github/workflows/respec.yaml new file mode 100644 index 0000000..189c4e2 --- /dev/null +++ b/.github/workflows/respec.yaml @@ -0,0 +1 @@ +# This is a custom workflow because w3c/spec-prod@v2 times out at 20 sec (hardcoded) \ No newline at end of file