Skip to content

Commit

Permalink
not this dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jul 22, 2020
1 parent f251950 commit 2e9cf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
env:
NEXT_TELEMETRY_DISABLED: 1
steps:
- uses: actions/checkout@v2
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- run: yarn install --frozen-lockfile --check-files
- uses: actions/checkout@v2
- uses: actions/cache@v2
id: cache-build
with:
Expand Down

0 comments on commit 2e9cf3d

Please sign in to comment.