-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bucketfs putfile issue on SaaS v2 (python-toolbox 0.18) #148
base: main
Are you sure you want to change the base?
Conversation
|
||
- name: Build Documentation | ||
run: | | ||
poetry run python -m nox -s build-docs | ||
poetry run nox -s docs:multiversion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you haven't used multi version before you likely miss a configuration bit, see here:
https://exasol.github.io/python-toolbox/0.20.0/faq.html#warning-while-building-multiversion-documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure why it generated docs:multiversion
. On subsequent tbx workflow update
it was just docs:build
(which worked fine)
3eeb642
to
459fe6d
Compare
This reverts commit 5241057.
Closes #129
After couple of attempts to upgrade to the latest exasol-toolbox (which requires major workflows update), decided to upgrade to the previous version (0.19) and keep workflows.
Workflows should be done in a separate ticket.