From 93e567291403760e8a2f2709b5102683033fa1c0 Mon Sep 17 00:00:00 2001 From: heumsi Date: Fri, 29 Dec 2023 16:18:59 +0900 Subject: [PATCH] =?UTF-8?q?[build]=20=EB=B9=8C=EB=93=9C=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=EB=A5=BC=20=ED=95=B4=EA=B2=B0=ED=95=9C=EB=8B=A4=20(#3?= =?UTF-8?q?6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index 824a76e..ccff7df 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@main - name: Vuepress deploy - uses: jenkey2011/vuepress-deploy@1.0.1 + uses: jenkey2011/vuepress-deploy@master env: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BUILD_SCRIPT: yarn && yarn build