We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2dcae commit e16fb39Copy full SHA for e16fb39
.github/workflows/deploy.yaml
@@ -30,6 +30,14 @@ jobs:
30
- name: Install dependencies
31
run: npm ci
32
33
+ - name: Cache .docusaurus
34
+ uses: actions/cache@v4
35
+ with:
36
+ path: .docusaurus
37
+ key: ${{ runner.os }}-docusaurus-${{ hashFiles('**/*') }}
38
+ restore-keys: |
39
+ ${{ runner.os }}-docusaurus-
40
+
41
- name: Build website
42
run: npm run build
43
0 commit comments