Skip to content

Commit 73bb2e4

Browse files
Wijzig de push-doelbranch in de GitHub Actions workflow voor website-build
1 parent a2a474f commit 73bb2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
3535
git add out
3636
git commit -m 'Deploy to GitHub Pages'
37-
git push origin `git subtree split --prefix out main`:gh-pages --force
37+
git push origin `git subtree split --prefix out main`:websit-build --force

0 commit comments

Comments
 (0)