Skip to content

Commit

Permalink
Fix deploy.yml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Nov 13, 2024
1 parent 08f2595 commit dbb952b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
# from dir
publish_dir: build
# to branch
publish_branch: master
with:
# from dir
publish_dir: build
# to branch
publish_branch: master

0 comments on commit dbb952b

Please sign in to comment.