We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a474f commit 73bb2e4Copy full SHA for 73bb2e4
.github/workflows/deploy.yaml
@@ -34,4 +34,4 @@ jobs:
34
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
35
git add out
36
git commit -m 'Deploy to GitHub Pages'
37
- git push origin `git subtree split --prefix out main`:gh-pages --force
+ git push origin `git subtree split --prefix out main`:websit-build --force
0 commit comments