From 01a84cb83973b1dbbcc0cbbc6835ea3f3ec755e3 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 12 Feb 2026 11:38:41 +0800 Subject: Try a fix. [skip CI] --- .github/workflows/static.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 4e79a61..c67c7da 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -6,20 +6,16 @@ on: # 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: - # Single deploy job since we're just deploying deploy: environment: name: github-pages -- cgit v1.2.3-55-g6feb