From f447fc428f24a0683e1b8c5b20c9f2abe3316883 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Tue, 23 Jan 2024 20:03:25 +0000 Subject: [PATCH] docs: updated workflow docs --- docs/mkdocs_build.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/mkdocs_build.md b/docs/mkdocs_build.md index bd609dd..2e279c9 100644 --- a/docs/mkdocs_build.md +++ b/docs/mkdocs_build.md @@ -11,12 +11,13 @@ You need to have: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -| ----------------------------------------------------- | ------ | -------- | ------------------------------------------- | --------------------------------------------------------------------- | -| [doxygen](#input_doxygen) | string | false | | Include doxygen output uploaded to
extra-docs-files artifact. | -| [image](#input_image) | string | false | `"ghcr.io/hotosm/gh-workflows/mkdocs:main"` | Override the image to build
mkdocs. | -| [openapi](#input_openapi) | string | false | | Include openapi output uploaded to
extra-docs-files artifact. | -| [stories](#input_stories) | string | false | | Include story build output uploaded
to extra-docs-files artifact. | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +| -------------------------------------------------------------------------------- | ------- | -------- | ------------------------------------------- | ----------------------------------------------------------------------------- | +| [doxygen](#input_doxygen) | string | false | | Include doxygen output uploaded to
extra-docs-files artifact. | +| [image](#input_image) | string | false | `"ghcr.io/hotosm/gh-workflows/mkdocs:main"` | Override the image to build
mkdocs. | +| [keep_extra_files](#input_keep_extra_files) | boolean | false | `false` | Only update modified files. Default
false, to clean repo before
push. | +| [openapi](#input_openapi) | string | false | | Include openapi output uploaded to
extra-docs-files artifact. | +| [stories](#input_stories) | string | false | | Include story build output uploaded
to extra-docs-files artifact. |