Skip to content

Commit 5fe29ad

Browse files
authored
Fix spec-prod action (#255)
The previous fix caused the main spec to be rendered as `index.src.html` in the gh-pages branch, rather than as `index.html`. This corrects that with a `DESTINATION` directive.
1 parent 55b445a commit 5fe29ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: w3c/spec-prod@v2
1515
with:
1616
SOURCE: index.src.html
17+
DESTINATION: index.html
1718
TOOLCHAIN: bikeshed
1819
BUILD_FAIL_ON: warning
1920
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }}

0 commit comments

Comments
 (0)