diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 4148b4e9db0..57140f3c4fb 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -77,7 +77,7 @@ jobs: cd pokerogue_gh git config user.email "github-actions[bot]@users.noreply.github.com" git config user.name "github-actions[bot]" - mv -f /tmp/docs $GITHUB_REF_NAME + mv -f /tmp/docs/* $GITHUB_REF_NAME git add $GITHUB_REF_NAME git commit -m "[skip ci] Deploy docs" git push