From 770679c6d4b976b14ba4e7a26b22dd3ec9493b50 Mon Sep 17 00:00:00 2001 From: Charles Taylor Date: Sun, 26 Nov 2023 13:44:39 -0500 Subject: [PATCH] npx vite --- .github/workflows/publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 66181c0..7cadb6b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,11 +9,9 @@ permissions: 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 + cancel-in-progress: true jobs: deploy: @@ -26,7 +24,7 @@ jobs: uses: actions/checkout@v3 - name: Build - run: npm i && vite build + run: npm i && npx vite build - name: Setup Pages uses: actions/configure-pages@v3