Skip to content

Commit

Permalink
pass the haystack docs version when generating docs (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored May 6, 2024
1 parent d30c0ea commit e5667e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI_readme_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
# from Readme.io as we need them to associate the slug
# in config files with their id.
README_API_KEY: ${{ secrets.README_API_KEY }}
# The same category has a different id on different readme docs versions.
# This is the docs version on readme that we'll use to get the category id.
PYDOC_TOOLS_HAYSTACK_DOC_VERSION: ${{ matrix.hs-docs-version }}
run: |
hatch run docs
mkdir tmp
Expand Down

0 comments on commit e5667e7

Please sign in to comment.