diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 7965561..d1633bd 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -16,10 +16,10 @@ permissions: 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. +# cancel in-progress. concurrency: group: "pages" - cancel-in-progress: false + cancel-in-progress: true jobs: # Single deploy job since we're just deploying @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Run Docsify Sidebar and README Generator + - name: Run all bash scripts in /.run/ run: bash ./autorun.sh - name: Setup Pages uses: actions/configure-pages@v5