Skip to content

Commit

Permalink
Update auto-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-github authored Nov 25, 2024
1 parent 808283f commit 3f3a208
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,15 @@ on:
jobs:
main:
name: Deploy to GitHub pages
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- run: |
git fetch
git checkout gh-pages
git reset main --hard
git push -f
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
TOOLCHAIN: respec
SOURCE: spec.html
DESTINATION: index.html
VALIDATE_MARKUP: false

0 comments on commit 3f3a208

Please sign in to comment.