diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 9a5aa7bf..174aad1d 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -7,8 +7,8 @@ jobs: name: Deploy to GitHub pages runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 - - uses: w3c/spec-prod@v2 + - uses: actions/checkout@v4 + - uses: actions/deploy-pages@v1 with: GH_PAGES_BRANCH: main TOOLCHAIN: bikeshed