We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc1621 commit 6c1568bCopy full SHA for 6c1568b
.github/workflows/deploy.yml
@@ -1,21 +1,18 @@
1
name: deploy
2
3
on:
4
+ pull_request: {}
5
push:
6
branches: [ main ]
7
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-python@v2
14
+ - uses: actions/checkout@v4
15
+ - uses: w3c/spec-prod@v2
16
with:
- python-version: '3.10'
- - run: pip install bikeshed
- - run: bikeshed update --skip-manifest
17
- - run: make
18
- - uses: peaceiris/actions-gh-pages@v3
19
- with:
20
- github_token: ${{ secrets.GITHUB_TOKEN }}
21
- publish_dir: build
+ BUILD_FAIL_ON: warning
+ GH_PAGES_BRANCH: gh-pages
0 commit comments