diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 91333d9f..cee4d13c 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -20,11 +20,13 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: w3c/spec-prod@v2 with: - python-version: 3.11 - cache: 'pip' - - run: pip install bikeshed + GH_PAGES_BRANCH: main + TOOLCHAIN: bikeshed + SOURCE: index.bs + DESTINATION: index.html + VALIDATE_MARKUP: false - name: Set up Node.js uses: actions/setup-node@v4