mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-18 15:55:20 +01:00
[GitHub] [Docs] Update github-pages.yml to add the files into the right subdirectory (#6500)
This commit is contained in:
parent
d18f77bea9
commit
21aa40e46a
4
.github/workflows/github-pages.yml
vendored
4
.github/workflows/github-pages.yml
vendored
@ -77,9 +77,7 @@ jobs:
|
|||||||
cd pokerogue_gh
|
cd pokerogue_gh
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
mkdir -p $GITHUB_REF_NAME
|
mv -f /tmp/docs $GITHUB_REF_NAME
|
||||||
rm -rf $GITHUB_REF_NAME/*
|
|
||||||
cp -r /tmp/docs $GITHUB_REF_NAME
|
|
||||||
git add $GITHUB_REF_NAME
|
git add $GITHUB_REF_NAME
|
||||||
git commit -m "[skip ci] Deploy docs"
|
git commit -m "[skip ci] Deploy docs"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user