File tree Expand file tree Collapse file tree 5 files changed +22
-2
lines changed
exasol/toolbox/templates/github/workflows Expand file tree Collapse file tree 5 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1616 uses : ./.github/workflows/build-and-publish.yml
1717 secrets :
1818 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
19+
20+ publish-docs :
21+ needs : [ cd-job ]
22+ name : Publish Documentation
23+ uses : ./.github/workflows/gh-pages.yml
24+
Original file line number Diff line number Diff line change 11name : Publish Documentation
22
3- on : workflow_call
3+ on :
4+ workflow_call :
5+ workflow_dispatch :
46
57jobs :
68
Original file line number Diff line number Diff line change 11# Unreleased
22
3+ ## 🐞 Fixed
4+
5+ * Fixed the issue with publishing new documentation after releasing a new version
36## ✨ Added
47
58* #149 : Added nox task to lint imports
9+ * Added support to manually trigger documentation build
610* #248 : Added security results to workflow summary
711* #233 : Added nox task to verify dependency declarations
Original file line number Diff line number Diff line change 1616 uses : ./.github/workflows/build-and-publish.yml
1717 secrets :
1818 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
19+
20+ publish-docs :
21+ needs : [ cd-job ]
22+ name : Publish Documentation
23+ uses : ./.github/workflows/gh-pages.yml
24+
Original file line number Diff line number Diff line change 11name : Publish Documentation
22
3- on : workflow_call
3+ on :
4+ workflow_call :
5+ workflow_dispatch :
46
57jobs :
68
You can’t perform that action at this time.
0 commit comments