Skip to content

Commit 44cb443

Browse files
committed
update config for pages publication;
1 parent f643cb0 commit 44cb443

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,22 @@ on:
99
tags:
1010
- 'v*'
1111

12-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
12+
# Allows you to run this workflow manually from the Actions tab
13+
workflow_dispatch:
14+
15+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
16+
permissions:
17+
contents: read
18+
pages: write
19+
id-token: write
20+
21+
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
22+
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
23+
concurrency:
24+
group: "pages"
25+
cancel-in-progress: false
26+
27+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1328
jobs:
1429
# Allows you to run this workflow manually from the Actions tab
1530
call-test-workflow:

0 commit comments

Comments
 (0)