diff --git a/.gitea/workflows/build-and-copy.yaml b/.gitea/workflows/build-and-copy.yaml index 65be207..6cb1696 100644 --- a/.gitea/workflows/build-and-copy.yaml +++ b/.gitea/workflows/build-and-copy.yaml @@ -23,6 +23,14 @@ jobs: key: cache-eleventy-build-${{ gitea.run_id }} restore-keys: | cache-eleventy-build + - name: Cache _site + id: cache-site + uses: actions/cache@v4 + with: + path: _site + key: cache-site-${{ gitea.run_id }} + restore-keys: | + cache-site - name: Build eleventy run: npm run build env: