feat: some stuff
This commit is contained in:
parent
e02321f5c3
commit
9105249c87
12
.github/workflows/default.yaml
vendored
12
.github/workflows/default.yaml
vendored
@ -16,13 +16,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: 📦 Install git-lfs
|
- name: Checkout code
|
||||||
run: apt update && apt install git-lfs zstd
|
uses: nschloe/action-cached-lfs-checkout@v1
|
||||||
|
|
||||||
- name: Checkout your repository using git
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
lfs: true
|
|
||||||
|
|
||||||
- name: 📦 Install PNPM
|
- name: 📦 Install PNPM
|
||||||
uses: https://github.com/pnpm/action-setup@v3
|
uses: https://github.com/pnpm/action-setup@v3
|
||||||
@ -44,9 +39,6 @@ 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