Skip to content

Commit

Permalink
Fix publication
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Feb 21, 2024
1 parent 6354295 commit cf80b1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/configure-pages@v4

- name: Build and validate
uses: w3c/spec-prod@v2
with:
VALIDATE_MARKUP: false

- uses: actions/configure-pages@v4
- uses: actions/download-artifact@v3
with:
name: spec-prod-result

- uses: actions/upload-pages-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build and validate
uses: w3c/spec-prod@v2
Expand Down

0 comments on commit cf80b1a

Please sign in to comment.