Skip to content

Commit

Permalink
Deploy public
Browse files Browse the repository at this point in the history
  • Loading branch information
tmartin8080 committed Aug 15, 2024
1 parent 7ef13ec commit f3c5747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
folder: ./ # The folder the action should deploy.
folder: public # The folder the action should deploy.
clean: true # Automatically remove deleted files from deploy branch
- name: GH Pages URL
id: gh-pages-url
Expand Down

0 comments on commit f3c5747

Please sign in to comment.