Skip to content

Commit

Permalink
build: Update markdown builder package version (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
yasharzolmajdi authored Sep 18, 2024
1 parent 4425514 commit 81f2ae1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
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

0 comments on commit 81f2ae1

Please sign in to comment.