feat: some stuff
Some checks failed
Deploy to GitHub Pages / deploy (push) Blocked by required conditions
Deploy to GitHub Pages / build (push) Has been cancelled

This commit is contained in:
max_richter 2024-04-03 16:54:19 +02:00
parent fe3454f046
commit e02321f5c3

View File

@ -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