Skip to content

Commit b8ae98d

Browse files
authored
Build from scratch to fetch new GitHub data (#37)
Signed-off-by: Eduard Itrich <[email protected]> on-behalf-of: @porscheofficial <[email protected]>
1 parent 7140d8a commit b8ae98d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/deploy.yml

-13
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,6 @@ jobs:
3838
uses: "actions/setup-node@v3"
3939
with:
4040
node-version: "18"
41-
- name: "Get yarn cache directory path"
42-
id: "yarn-cache-dir-path"
43-
run: 'echo "dir=$(yarn config get cacheFolder)" >> "$GITHUB_OUTPUT"'
44-
- name: "Restore yarn cache"
45-
uses: "actions/cache@v3"
46-
id: "yarn-cache"
47-
with:
48-
path: |
49-
${{ steps.yarn-cache-dir-path.outputs.dir }}
50-
${{ github.workspace }}/.next/cache
51-
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock', '.yarnrc.yml') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
52-
restore-keys: |
53-
${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock', '.yarnrc.yml') }}-
5441
- run: "yarn install --immutable"
5542
- name: Automated Tests and Linting
5643
uses: ./.github/actions/tests

0 commit comments

Comments
 (0)