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 168cc8c commit e279e30Copy full SHA for e279e30
.github/workflows/generate.yml
@@ -0,0 +1,18 @@
1
+# Create a file called .github/workflows/auto-publish.yml
2
+name: CI
3
+on:
4
+ pull_request: {}
5
+ push:
6
+ branches: [main]
7
+jobs:
8
+ main:
9
+ name: Build, Validate and Deploy
10
+ runs-on: ubuntu-20.04
11
+ steps:
12
+ - uses: actions/checkout@v2
13
+ - uses: w3c/spec-prod@v2
14
+ with:
15
+ GH_PAGES_BRANCH: gh-pages
16
+ TOOLCHAIN: bikeshed
17
+ SOURCE: docs/spec.bs
18
+ DESTINATION: docs/index.html
compile.sh
0 commit comments