Skip to content

Commit

Permalink
ci(deploy): checkout main on live deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Jan 14, 2024
1 parent 4e497ce commit 494e2e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,12 @@ jobs:
- name: tune linux network
run: sudo ethtool -K eth0 tx off rx off

- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main


- name: Setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 494e2e7

Please sign in to comment.