From 986aea4e54a1dfc166eb8dc6981f1bb53112e1f7 Mon Sep 17 00:00:00 2001 From: ldeluigi <44567586+ldeluigi@users.noreply.github.com> Date: Mon, 6 Jun 2022 10:13:00 +0200 Subject: [PATCH] Update README.md Update checkout to v3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef6eceb..3611590 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ To use **markdown-docs** as a GitHub Action, use the following syntax in your wo This means that every markdown file inside the `doc` folder in the current workspace will be converted and mapped to a corresponding HTML file inside the `generated` directory. You can pass `.` as src to search the entire repo for markdown files. `dst` folder will be emptied before generation. #### Additional information -In order to make the "last edit date" plugin work you need to clone the full history of your documentation inside your CI. With GitHub actions this can be done using the option `fetch-depth: 0` with the `actions/checkout@v2` step. +In order to make the "last edit date" plugin work you need to clone the full history of your documentation inside your CI. With GitHub actions this can be done using the option `fetch-depth: 0` with the `actions/checkout@v3` step. #### Complete usage example with all the parameters ```yaml