From e14a06db00b513a2c54dbfa36dc81c41c61e19ae Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 23 Jun 2023 21:22:07 +0800 Subject: [PATCH] feat: disable github pages --- .github/workflows/deploy.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 26570b8..0ea8d96 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,9 +8,9 @@ jobs: deploy: runs-on: ubuntu-latest # Grant GITHUB_TOKEN the permissions required to make a Pages deployment - permissions: - pages: write # to deploy to Pages - id-token: write # to verify the deployment originates from an appropriate source + # permissions: + # pages: write # to deploy to Pages + # id-token: write # to verify the deployment originates from an appropriate source # Deploy to the github-pages environment environment: name: github-pages @@ -49,12 +49,12 @@ jobs: # build and deploy the docs - name: Build run: pnpm docs:build - - uses: actions/configure-pages@v2 - - uses: actions/upload-pages-artifact@v1 - with: - path: docs/.vitepress/dist # use vercel currently, so disable this one + # - uses: actions/configure-pages@v2 + # - uses: actions/upload-pages-artifact@v1 + # with: + # path: docs/.vitepress/dist # - name: Deploy to GitHub Pages # id: deployment # uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action