We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd085d commit b2a3ff9Copy full SHA for b2a3ff9
.github/workflows/FixVitepressLinks.yml
@@ -12,6 +12,12 @@ permissions:
12
pages: write
13
id-token: write
14
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.
17
+concurrency:
18
+ group: pages
19
+ cancel-in-progress: false
20
+
21
jobs:
22
# Build job
23
build:
0 commit comments