Skip to content

Commit b4d9983

Browse files
committed
update yml
1 parent 62a0aa7 commit b4d9983

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ on:
44
push:
55
branches: ["main"] # Runs on pushes to the main branch
66
workflow_dispatch: # Allows manual runs
7+
8+
# Permissions to deploy to GitHub Pages
9+
permissions:
10+
contents: read
11+
pages: write
12+
id-token: write
13+
14+
# Ensures only one deployment is active at a time
15+
concurrency:
16+
group: "pages"
17+
cancel-in-progress: false
718

819
jobs:
920
build-and-deploy:

0 commit comments

Comments
 (0)