diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7af3112..66aa8a0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,8 +5,8 @@ name: Deploy VitePress site to Pages on: # Runs on pushes targeting the `main` branch. Change this to `master` if you're # using the `master` branch as the default branch. - push: - branches: [main] + # push: + # branches: [main] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -46,7 +46,7 @@ jobs: cd docs npm ci npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build - touch docs/.vitepress/dist/.nojekyll + # touch docs/.vitepress/dist/.nojekyll - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: