From 4a7365f32fe057b29e90e98598797e40e5aac312 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 7 Dec 2022 13:06:41 +0000 Subject: [PATCH] Fix release documentation (#2949) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2655ed6e7e2..721f45b6253 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" index.html; then