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
This commit is contained in:
Shohei Ueda 2020-08-19 07:51:27 +09:00 committed by GitHub
parent 16beda69bf
commit fb9ff7fb2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.