From 6e00a75f9f702852a47a637e8fe4a72507906ba2 Mon Sep 17 00:00:00 2001 From: jo Date: Sun, 10 Apr 2022 16:28:35 +0200 Subject: [PATCH] ci: add website build cache --- .github/workflows/website.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 4ed0e8f74..5026e3988 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -23,6 +23,13 @@ jobs: cache: yarn cache-dependency-path: ./website/yarn.lock + - uses: actions/cache@v3 + with: + path: website/.docusaurus + key: docusaurus-main-${{ github.sha }} + restore-keys: | + docusaurus-main- + - name: Install working-directory: website run: yarn install --frozen-lockfile