feat: check some shit
This commit is contained in:
parent
116ea85df7
commit
fe3454f046
11
.github/workflows/default.yaml
vendored
11
.github/workflows/default.yaml
vendored
@ -17,9 +17,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout your repository using git
|
- name: Checkout your repository using git
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
- name: 📦 Install git-lfs
|
lfs: true
|
||||||
run: apt update && apt install git-lfs zstd
|
|
||||||
|
|
||||||
- name: 📦 Install PNPM
|
- name: 📦 Install PNPM
|
||||||
uses: https://github.com/pnpm/action-setup@v3
|
uses: https://github.com/pnpm/action-setup@v3
|
||||||
@ -41,12 +40,6 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pnpm-store-
|
${{ runner.os }}-pnpm-store-
|
||||||
|
|
||||||
- name: 📥 Checkout lfs files
|
|
||||||
run: git lfs pull
|
|
||||||
|
|
||||||
- name: 📦 Install pnpm packages
|
|
||||||
run: pnpm install
|
|
||||||
|
|
||||||
- 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