From d8f5f1ff13f6d0078c75b4acd233c5af5facd138 Mon Sep 17 00:00:00 2001 From: sunghee-hwang <97494915+sunghee-hwang@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:56:29 +0900 Subject: [PATCH] Update auto-publish.yml --- .github/workflows/auto-publish.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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