From 2eecf8783d7614129c5e2fd4caf2086e424cf1e9 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 3 Jan 2023 01:33:29 +0100 Subject: [PATCH] fix build command --- .github/workflows/vuepress-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 5b260b1..d4ff25c 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -18,6 +18,6 @@ jobs: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} TARGET_REPO: username/repo TARGET_BRANCH: master - BUILD_SCRIPT: yarn && yarn docs:build + BUILD_SCRIPT: npm install && npm run build BUILD_DIR: docs/.vuepress/dist CNAME: https://www.it4c.dev \ No newline at end of file