File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
121213+ env :
14+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1315
1416 doc_checks :
1517 name : Doc checks
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments