From 819ad00af89aadb174493fdf0bda3e91e362178e Mon Sep 17 00:00:00 2001 From: imezx <64758801+imezx@users.noreply.github.com> Date: Sat, 27 Jan 2024 09:38:31 +0700 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e2ac11c..03fb079 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,10 +5,6 @@ on: branches: - master -concurrency: - group: pages - cancel-in-progress: false - jobs: deploy: name: Build & Deploy @@ -44,4 +40,4 @@ jobs: path: docs/.vitepress/dist - name: Deploy id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2