Skip to content

Commit 6a214a3

Browse files
annevkdomenic
authored andcommitted
Meta: update repository files
See https://github.com/whatwg/spec-factory for details.
1 parent b0fc04d commit 6a214a3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: Build
2+
23
on:
34
pull_request:
45
branches:
56
- main
67
push:
78
branches:
89
- main
10+
workflow_dispatch:
11+
912
jobs:
1013
build:
1114
name: Build
@@ -17,6 +20,7 @@ jobs:
1720
- uses: actions/setup-python@v4
1821
with:
1922
python-version: "3.11"
23+
- run: pip install bikeshed && bikeshed update
2024
# Note: `make deploy` will do a deploy dry run on PRs.
2125
- run: make deploy
2226
env:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ remote: index.bs
1616
);
1717

1818
local: index.bs
19-
bikeshed spec index.bs index.html --md-Text-Macro="COMMIT-SHA LOCAL COPY"
19+
bikeshed spec index.bs index.html --md-Text-Macro="COMMIT-SHA LOCAL-COPY"
2020

2121
deploy: index.bs
2222
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh

0 commit comments

Comments
 (0)