From fb9ff7fb2ebdc1a780c8a17bbdb3c71d6d1ccc38 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 19 Aug 2020 07:51:27 +0900 Subject: [PATCH] docs: add note about keep_files and force_orphan (#456) the keep_files does not support working with the force_orphan with the v3. Related to #455 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 555f278..867c457 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,9 @@ For example: keep_files: true ``` +With the v3, this option does not support working with the force_orphan option. The next major release (version 4) will support this. +See [the issue #455](https://github.com/peaceiris/actions-gh-pages/issues/455) + ### ⭐️ Deploy to external repository `external_repository` By default, your files are published to the repository which is running this action.