Skip to content

Commit 0bb7394

Browse files
author
Vic Shóstak
committed
Fix GH Action for Vitepress
1 parent a08550f commit 0bb7394

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/vitepress.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ on:
1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:
1313

14-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1514
permissions:
1615
contents: read
1716
pages: write
1817
id-token: write
1918

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.
2219
concurrency:
2320
group: pages
2421
cancel-in-progress: false
@@ -49,7 +46,6 @@ jobs:
4946
with:
5047
path: docs/.vitepress/dist
5148

52-
# Deployment job
5349
deploy:
5450
environment:
5551
name: github-pages

0 commit comments

Comments
 (0)