diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0b81c13..adcec1a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,10 +17,10 @@ jobs: - run: npm install --frozen-lockfile - name: Build - run: npm docs:build + run: npm run docs:build - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: docs/.vitepress/dist \ No newline at end of file + publish_dir: docs/.vitepress/dist