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 8bb2b17 commit e668adbCopy full SHA for e668adb
.github/workflows/documentation.yml
@@ -9,10 +9,6 @@ on:
9
types:
10
- published
11
12
-concurrency:
13
- group: "docs"
14
- cancel-in-progress: false
15
-
16
jobs:
17
build:
18
name: Build
@@ -75,11 +71,18 @@ jobs:
75
71
name: generated-docs-html
76
72
path: docs/build/html
77
73
74
+ - run: echo ${{ github }}
+
78
pages-commit:
79
name: Commit to Pages Branch
80
runs-on: ubuntu-latest
81
needs:
82
- build
+ # Make sure we avoid a race condition =)
83
+ concurrency:
84
+ group: "docs-stage"
85
+ cancel-in-progress: false
86
permissions:
87
contents: write
88
0 commit comments