test store path

This commit is contained in:
Zsolt Ero
2025-02-26 19:44:23 +01:00
parent d91e335cea
commit 63107e9f25

View File

@@ -22,6 +22,12 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Set pnpm store path
run: |
cd website
pnpm config set store-dir .pnpm-store
- name: Install, build, and upload your site output
uses: withastro/action@v3
with: