Skip to content

Commit

Permalink
Merge pull request #439 from patchlevel/fix-latest-docs-alias
Browse files Browse the repository at this point in the history
prerelease are not the latest doc version, exclude them
  • Loading branch information
DavidBadura authored Dec 14, 2023
2 parents fa3ad27 + 50d98e7 commit 4089d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: pozetroninc/[email protected]
with:
repository: ${{ github.repository }}
excludes: draft
excludes: draft,prerelease

- name: Normalize current versions
id: current
Expand Down

0 comments on commit 4089d58

Please sign in to comment.