Skip to content

Commit

Permalink
Switch the CI to spec-prod, and enable it for PR validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin committed Sep 5, 2024
1 parent 87ca58b commit 326ae4c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
name: deploy

on:
pull_request: {}
push:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install bikeshed
- run: bikeshed update
- run: make
- uses: peaceiris/actions-gh-pages@v3
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build
GH_PAGES_BRANCH: gh-pages

0 comments on commit 326ae4c

Please sign in to comment.