Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuersteinium authored Oct 9, 2023
1 parent bcd8f31 commit c4e2d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: Website Deployment
on:
push:
branches:
- master
- main
jobs:


Expand Down Expand Up @@ -69,6 +69,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_branch: master



0 comments on commit c4e2d8d

Please sign in to comment.