diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index db25391..7ff1277 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -62,6 +62,12 @@ jobs: key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: ${{ runner.os }}-pnpm-store- + - name: Setup hugo cache + uses: actions/cache@v3 + with: + path: ./exampleSite/resources + key: ${{ runner.os }}-hugo- + - name: Install dependencies run: pnpm install