aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2026-02-12 11:38:41 +0800
committerLi Jin <dragon-fly@qq.com>2026-02-12 11:38:41 +0800
commit01a84cb83973b1dbbcc0cbbc6835ea3f3ec755e3 (patch)
treefc86e3ffc0becd8f0b1176512cf36cbd212df5a5 /.github/workflows
parent5391e4112e513b8052bc700bc0f062aebdfb8098 (diff)
downloadyuescript-01a84cb83973b1dbbcc0cbbc6835ea3f3ec755e3.tar.gz
yuescript-01a84cb83973b1dbbcc0cbbc6835ea3f3ec755e3.tar.bz2
yuescript-01a84cb83973b1dbbcc0cbbc6835ea3f3ec755e3.zip
Try a fix. [skip CI]
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/static.yml4
1 files changed, 0 insertions, 4 deletions
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:
6 # Allows you to run this workflow manually from the Actions tab 6 # Allows you to run this workflow manually from the Actions tab
7 workflow_dispatch: 7 workflow_dispatch:
8 8
9# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
10permissions: 9permissions:
11 contents: read 10 contents: read
12 pages: write 11 pages: write
13 id-token: write 12 id-token: write
14 13
15# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
16# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
17concurrency: 14concurrency:
18 group: "pages" 15 group: "pages"
19 cancel-in-progress: false 16 cancel-in-progress: false
20 17
21jobs: 18jobs:
22 # Single deploy job since we're just deploying
23 deploy: 19 deploy:
24 environment: 20 environment:
25 name: github-pages 21 name: github-pages