Skip to content

Commit

Permalink
[F] Fix deploy dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sauricat authored Sep 17, 2024
1 parent 56b8722 commit f62b335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GH_PERSONAL_TOKEN }}
publish_dir: ./public
publish_dir: ./content/public
publish_branch: deploy
cname: oneamongus.ca
destination_dir: ./.

0 comments on commit f62b335

Please sign in to comment.