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 07e62d7 commit f70ce3cCopy full SHA for f70ce3c
.github/workflows/ci.yml
@@ -17,6 +17,11 @@ jobs:
17
path: ./tools/docs-check/.venv_vizzu
18
key: venv-${{ github.run_id }}
19
20
+ - uses: actions/cache@v3
21
+ with:
22
+ path: ./tools/docs-check/node_modules
23
+ key: nodemodules-${{ github.run_id }}
24
+
25
- name: Touch dev environment
26
run: make touch-dev
27
working-directory: ./tools/docs-check
.github/workflows/init.yml
- name: Init dev environment
run: make dev
0 commit comments