diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 47cbf6e..cd19fbe 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -13,8 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: w3c/spec-prod@v2 with: - SOURCE: index.src.html - DESTINATION: index.html + SOURCE: index.bs TOOLCHAIN: bikeshed BUILD_FAIL_ON: warning W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }} diff --git a/index.src.html b/index.bs similarity index 100% rename from index.src.html rename to index.bs