Skip to content

Commit

Permalink
[hotfix] exclude versions file from pydocs update (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti committed May 2, 2023
1 parent 0d0176d commit 3f7324e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: streampipes-python-docs
path: streampipes-client-python/docs-tmp/**/*
path: |
streampipes-client-python/docs-tmp/**/*
!streampipes-client-python/docs-tmp/**/versions.json # exclude versions file because this would overwrite existing versions and aliases
retention-days: 5

0 comments on commit 3f7324e

Please sign in to comment.