Skip to content

Commit d3a897f

Browse files
Refactor branch name in deploy.yml
1 parent 0b554ae commit d3a897f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
- name: Deploy to GitHub Pages
4444
uses: JamesIves/github-pages-deploy-action@v4
4545
with:
46-
branch: gh-pages
46+
branch: deployment
4747
folder: . # Deploy files from the root of the repository
4848
clean: true # Ensures the gh-pages branch is cleaned before deploying

0 commit comments

Comments
 (0)