Skip to content

Commit 1e31319

Browse files
Merge pull request #6 from catherineisonline/catherineisonline-workflow
Update deploy.yml
2 parents e7a3c6e + 6294aa0 commit 1e31319

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ jobs:
2929
- name: Deploy to GitHub Pages
3030
uses: peaceiris/actions-gh-pages@v3
3131
with:
32-
github_token: ${{ secrets.TOKEN }}
33-
publish_dir: '.'
32+
github_token: ${{ secrets.GITHUB_TOKEN }}
33+
publish_dir: '.'
34+
target_branch: 'gh-pages'

0 commit comments

Comments
 (0)