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.
2 parents bb63e04 + 4c7daf5 commit cbc6227Copy full SHA for cbc6227
.github/workflows/docs.yml
@@ -7,6 +7,10 @@ on:
7
8
jobs:
9
docs:
10
+ # Force Github action to run only a single job at a time (based on the group name)
11
+ # This is to prevent "race-condition" in publishing a new version of doc to `gh-pages`
12
+ concurrency:
13
+ group: on-docs-build
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v3
@@ -29,6 +33,10 @@ jobs:
29
33
github_token: ${{ secrets.GITHUB_TOKEN }}
30
34
publish_dir: ./dist
31
35
apidocs:
36
37
38
39
32
40
runs-on: macos-latest
41
42
0 commit comments