-
-
Notifications
You must be signed in to change notification settings - Fork 422
Open
Labels
supportUser supportUser support
Description
Checklist
- I am using the latest version of this action.
- I have read the latest README and followed the instructions.
- I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.
Describe your question
I deploy multiple versions of my docs on a gh-pages
branch. The docs live in separate subfolders (e.g. dev
, stable
, 0.1.0
, etc.). I want to keep the docs that are already on the gh-pages
and override existing files with new ones (e.g. new dev
docs or new stable
docs are built).
keep_files=true
does not allow this. If I try to overwrite the existing dev
folder, the files are written to the root and the old dev
folder is left in place. Without keep_files=true
, the entire branch is cleared every time I deploy and I lose my existing docs.
Relevant links
Public repository: https://github.com/adam-grant-hendry/poetry_plugin_constrain
YAML workflow: .github/workflows/docs.yml
Relevant log output
No response
Additional context.
No response
Lewiscowles1986 and christopherferreira9
Metadata
Metadata
Assignees
Labels
supportUser supportUser support