Skip to content

Commit 81daf6b

Browse files
committed
Fix
1 parent 1ad3a79 commit 81daf6b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/on_master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
build_and_deploy_docs:
2727
name: Build and deploy docs
2828
needs: [doc_checks]
29-
uses: ./.github/workflows/build_and_deploy_docs.yaml
29+
uses: ./.github/workflows/docs.yaml
3030
secrets: inherit
3131

3232
pre_release:

.github/workflows/on_pull_request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: amannn/[email protected]
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1315

1416
doc_checks:
1517
name: Doc checks

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
build_and_deploy_docs:
4646
needs: [update_changelog]
47-
uses: ./.github/workflows/build_and_deploy_docs.yaml
47+
uses: ./.github/workflows/docs.yaml
4848
with:
4949
ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
5050
secrets: inherit

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
build_and_deploy_docs:
6969
needs: [update_changelog]
70-
uses: ./.github/workflows/build_and_deploy_docs.yaml
70+
uses: ./.github/workflows/docs.yaml
7171
with:
7272
ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
7373
secrets: inherit

0 commit comments

Comments
 (0)