File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
exasol/toolbox/templates/github/workflows Expand file tree Collapse file tree 3 files changed +15
-0
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 11# Unreleased
22
3+ ## 🐞 Fixed
4+
5+ * Fixed the issue with publishing new documentation after releasing a new version
36## ✨ Added
47
58* Added support to manually trigger documentation build
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+
You can’t perform that action at this time.
0 commit comments