Skip to content

Commit

Permalink
Switch the GH Action to spec-prod. (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin authored Dec 16, 2024
1 parent 9bc1621 commit 6c1568b
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
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
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
python-version: '3.10'
- run: pip install bikeshed
- run: bikeshed update --skip-manifest
- run: make
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build
BUILD_FAIL_ON: warning
GH_PAGES_BRANCH: gh-pages

0 comments on commit 6c1568b

Please sign in to comment.