From d6026d12d5c17c14cbbe8e943f50315d00c29efd Mon Sep 17 00:00:00 2001 From: sunghee-hwang <97494915+sunghee-hwang@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:03:40 +0900 Subject: [PATCH] Update auto-publish.yml --- .github/workflows/auto-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 57fa0757..e386aac2 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -27,6 +27,7 @@ jobs: SOURCE: index.bs DESTINATION: index.html VALIDATE_MARKUP: false + - run: pip install bikeshed - name: Set up Node.js uses: actions/setup-node@v4