Skip to content

Commit b9a10a5

Browse files
authored
Specify branch for GitHub Pages deployment
Add branch specification for GitHub Pages deployment
1 parent 09efded commit b9a10a5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/auto-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ jobs:
6363
steps:
6464
- name: 🎉 Deploy to GitHub Pages
6565
id: deployment
66-
uses: actions/deploy-pages@v4
66+
uses: actions/deploy-pages@v4
67+
with:
68+
branch: gh-pages

0 commit comments

Comments
 (0)