Skip to content

Commit 0e99ee2

Browse files
committed
revert deploy
1 parent ca4570f commit 0e99ee2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ jobs:
4040
# publish_dir: ./build
4141
# publish_branch: gh-pages
4242

43-
- name: Deploy to build-output branch
43+
- name: Deploy to gh-pages branch
4444
run: |
4545
git config --global user.name "liss-bot"
4646
git config --global user.email "alicia-gh-bot@mail.as93.net"
47-
git fetch origin build-output || true
47+
git fetch origin gh-pages || true
4848
git switch --orphan temp-deploy
4949
git reset
5050
cp -r build/* .
5151
touch .nojekyll
5252
git add .
5353
git commit -m "Deploy static site"
54-
git push --force origin temp-deploy:build-output
54+
git push --force origin temp-deploy:gh-pages
5555

0 commit comments

Comments
 (0)