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 678a265 commit 6701f98Copy full SHA for 6701f98
.github/workflows/auto-publish.yml
@@ -1,15 +1,16 @@
1
name: Auto-publish
2
on:
3
pull_request: {}
4
+ paths: index.bs
5
push:
6
branches: [main]
7
8
jobs:
9
main:
10
name: Build, Validate and Deploy
- runs-on: ubuntu-20.04
11
+ runs-on: ubuntu-latest
12
steps:
- - uses: actions/checkout@v2
13
+ - uses: actions/checkout@v4
14
- uses: w3c/spec-prod@v2
15
with:
16
GH_PAGES_BRANCH: gh-pages
0 commit comments