Skip to content

Commit 00e8601

Browse files
authored
Merge pull request #6 from ManticSic/fix-deployment-branch-name
Fix branch name in deployment
2 parents e13bf12 + 5114b35 commit 00e8601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Publish to gh-pages
6565
uses: JamesIves/github-pages-deploy-action@4.1.4
6666
with:
67-
branch: ghpages
67+
branch: gh-pages
6868
folder: ${{ github.workspace }}/publish
6969
clean: true
7070
clean-exclude: |

0 commit comments

Comments
 (0)