ci: add caching for docs publishing step

This commit is contained in:
Matan Kushner
2023-02-26 12:00:16 +09:00
parent 65e1b988a4
commit 1447957e97
+2 -3
View File
@@ -8,14 +8,13 @@ jobs:
steps:
- name: Setup | Checkout
uses: actions/checkout@v3
with:
# Required to include the recently merged Crowdin PR
ref: master
- name: Setup | Node
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
cache-dependency-path: docs/package-lock.json
- name: Setup | Install dependencies
run: npm install