ci: remove cache step, Gitea instance lacks actions/cache
Deploy Slides / build-and-deploy (push) Failing after 10s
Deploy Slides / build-and-deploy (push) Failing after 10s
This commit is contained in:
@@ -23,13 +23,6 @@ jobs:
|
|||||||
- name: Enable pnpm via corepack
|
- name: Enable pnpm via corepack
|
||||||
run: corepack enable
|
run: corepack enable
|
||||||
|
|
||||||
- name: Cache pnpm store
|
|
||||||
uses: http://47.121.181.112:3000/actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: /root/.local/share/pnpm/store
|
|
||||||
key: pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
|
||||||
restore-keys: pnpm-store-
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user