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 a08550f commit 0bb7394Copy full SHA for 0bb7394
.github/workflows/vitepress.yml
@@ -11,14 +11,11 @@ on:
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
13
14
-# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
15
permissions:
16
contents: read
17
pages: write
18
id-token: write
19
20
-# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
21
-# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
22
concurrency:
23
group: pages
24
cancel-in-progress: false
@@ -49,7 +46,6 @@ jobs:
49
46
with:
50
47
path: docs/.vitepress/dist
51
48
52
- # Deployment job
53
deploy:
54
environment:
55
name: github-pages
0 commit comments