Skip to content

Commit

Permalink
feat(frontend): align ci deploy files
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Jan 14, 2024
1 parent ff532e7 commit 3d0c0b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,11 @@ 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: ${{ github.head_ref }}

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

0 comments on commit 3d0c0b2

Please sign in to comment.