Skip to content

Commit 04df81a

Browse files
authored
Merge pull request #256 from jyasskin/spec-prod
Use the more common index.bs naming
2 parents 07b92e2 + f2bea95 commit 04df81a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: w3c/spec-prod@v2
1515
with:
16-
SOURCE: index.src.html
17-
DESTINATION: index.html
16+
SOURCE: index.bs
1817
TOOLCHAIN: bikeshed
1918
BUILD_FAIL_ON: warning
2019
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }}
File renamed without changes.

0 commit comments

Comments
 (0)