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