feat: some stuff
This commit is contained in:
parent
fe3454f046
commit
e02321f5c3
7
.github/workflows/default.yaml
vendored
7
.github/workflows/default.yaml
vendored
@ -15,6 +15,10 @@ jobs:
|
|||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: 📦 Install git-lfs
|
||||||
|
run: apt update && apt install git-lfs zstd
|
||||||
|
|
||||||
- name: Checkout your repository using git
|
- name: Checkout your repository using git
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -40,6 +44,9 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pnpm-store-
|
${{ runner.os }}-pnpm-store-
|
||||||
|
|
||||||
|
- name: 📥 Checkout lfs files
|
||||||
|
run: git lfs pull
|
||||||
|
|
||||||
- name: Install, build, and upload your site output
|
- name: Install, build, and upload your site output
|
||||||
uses: withastro/action@v2
|
uses: withastro/action@v2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user