diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 6f21eae..7cc21c5 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -11,6 +11,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '18' + cache: 'yarn' - name: Install dependencies run: yarn --frozen-lockfile - name: Build Docusaurus website