[Dev] Fix extra dot in github-pages.yml (#6494)

This commit is contained in:
Bertie690 2025-09-05 23:14:38 -04:00 committed by GitHub
parent 9ddd6fe026
commit e94417940f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ jobs:
git config user.name "github-actions[bot]"
mkdir -p $GITHUB_REF_NAME
rm -rf $GITHUB_REF_NAME/*
cp -r /tmp/docs/. $GITHUB_REF_NAME
cp -r /tmp/docs $GITHUB_REF_NAME
git add $GITHUB_REF_NAME
git commit -m "[skip ci] Deploy docs"
git push