Skip to content

Commit e279e30

Browse files
committed
automating building the edcopy
1 parent 168cc8c commit e279e30

File tree

2 files changed

+18
-29
lines changed

2 files changed

+18
-29
lines changed

.github/workflows/generate.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)