Skip to content

Commit

Permalink
Fix release documentation (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Dec 7, 2022
1 parent a071a82 commit 4a7365f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
tag="${{ github.ref_name }}"
VERSION="${tag#v}"
[ ! -e "$VERSION" ] || rm -r $VERSION
cp -r $RUNNER_TEMP/docs/ $VERSION
cp -r $RUNNER_TEMP/_docs/ $VERSION
# Add the new directory to the index if it isn't there already
if ! grep -q ">Version $VERSION</a>" index.html; then
Expand Down

0 comments on commit 4a7365f

Please sign in to comment.