Skip to content

Commit 4a7365f

Browse files
authored
Fix release documentation (#2949)
1 parent a071a82 commit 4a7365f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
tag="${{ github.ref_name }}"
3737
VERSION="${tag#v}"
3838
[ ! -e "$VERSION" ] || rm -r $VERSION
39-
cp -r $RUNNER_TEMP/docs/ $VERSION
39+
cp -r $RUNNER_TEMP/_docs/ $VERSION
4040
4141
# Add the new directory to the index if it isn't there already
4242
if ! grep -q ">Version $VERSION</a>" index.html; then

0 commit comments

Comments
 (0)