[GitHub] [Docs] Copy entirety of docs folder

This commit is contained in:
Sirz Benjie 2025-09-06 10:58:03 -05:00 committed by GitHub
parent 21aa40e46a
commit 550f3b896e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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