Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,15 @@ jobs:
- name: Publish internally
run: |
./ci docker run qctrl/ci-images:python-3.11-ci /scripts/publish-release-internally.sh

update_documentation:
runs-on: ubuntu-latest
container: qctrl/ci-images:python-3.11-ci
steps:
- name: Update docs repo
uses: qctrl/reusable-workflows/.github/actions/docs/update-docs@master
with:
source_branch: master
target_branch: master
vault-role-id: ${{ secrets.VAULT_ROLE_ID }}
vault-secret-id: ${{ secrets.VAULT_SECRET_ID }}
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pylint = "^3.0.3"
pytest = "^8.0.0"
sphinx = "^5.0.0"
tomli = "^2.0.1"
sphinx-markdown-builder = "^0.6.6"
sphinx-markdown-builder = "^0.6.7"

[tool.poetry.urls]
LinkedIn = "https://www.linkedin.com/company/q-ctrl/"
Expand Down