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
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: 📦 Install git-lfs
|
||||
run: apt update && apt install git-lfs zstd
|
||||
|
||||
- name: Checkout your repository using git
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
@ -40,6 +44,9 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pnpm-store-
|
||||
|
||||
- name: 📥 Checkout lfs files
|
||||
run: git lfs pull
|
||||
|
||||
- name: Install, build, and upload your site output
|
||||
uses: withastro/action@v2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user