We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0d0fd commit 6d24758Copy full SHA for 6d24758
.github/workflows/deploy.yaml
@@ -29,4 +29,4 @@ jobs:
29
git init
30
git add -A
31
git commit -m "🚀 Deploy id ${GITHUB_RUN_ID}"
32
- git push -f "https://github.com/${GITHUB_REPOSITORY}.git" master:gh-pages
+ git push -f "https://github.com/${GITHUB_REPOSITORY}.git" master:build
0 commit comments