We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2329765 commit 63d7c8dCopy full SHA for 63d7c8d
1 file changed
.github/workflows/docs.yml
@@ -5,6 +5,21 @@ on:
5
branches:
6
- feature/tsdoc
7
8
+# Allows you to run this workflow manually from the Actions tab
9
+ workflow_dispatch:
10
+
11
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
12
+permissions:
13
+ contents: read
14
+ pages: write
15
+ id-token: write
16
17
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
18
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
19
+concurrency:
20
+ group: "pages"
21
+ cancel-in-progress: false
22
23
jobs:
24
docs:
25
environment:
0 commit comments