From 0dc95ba9c22b6b25ef164ed9179cccff8ecaa594 Mon Sep 17 00:00:00 2001 From: odinjaign <37465086+odinjaign@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:41:08 +0800 Subject: [PATCH] remove comment --- .github/workflows/deploy.yml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 780b186..4311402 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,48 +1,31 @@ -# Sample workflow for building and deploying a VitePress site to GitHub Pages -# 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: [vitepress] - - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read pages: write id-token: write -# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. -# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. concurrency: group: pages cancel-in-progress: false jobs: - # Build job build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 with: - fetch-depth: 0 # Not needed if lastUpdated is not enabled - # - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm + fetch-depth: 1 - name: Setup bun uses: oven-sh/setup-bun@v1 - # - name: Setup Node - # uses: actions/setup-node@v3 - # with: - # node-version: 18 - # cache: npm # or pnpm / yarn - - name: Setup Pages uses: actions/configure-pages@v3 @@ -59,7 +42,6 @@ jobs: with: path: docs/.vitepress/dist - # Deployment job deploy: environment: name: github-pages @@ -70,4 +52,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2