Skip to content

Commit 0776c20

Browse files
author
Corentin Mors
committed
Remove the failing cache from the CI
1 parent 999bdca commit 0776c20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation-deploy.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
uses: actions/setup-node@v2
1919
with:
2020
node-version: 16
21-
cache: yarn
22-
cache-dependency-path: '**/yarn.lock'
2321

2422
- name: Build
2523
run: |

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
![GitHub](https://img.shields.io/github/license/Dashlane/dashlane-cli)
44
![GitHub package.json version](https://img.shields.io/github/package-json/v/Dashlane/dashlane-cli)
5+
[![Documentation Website](https://img.shields.io/badge/Documentation-Website)
6+
](https://dashlane.github.io/dashlane-cli)
57

68
![Dashlane CLI Demo](./demo.png)
79

0 commit comments

Comments
 (0)