You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Checklist
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 thegh-pages
and override existing files with new ones (e.g. newdev
docs or newstable
docs are built).keep_files=true
does not allow this. If I try to overwrite the existingdev
folder, the files are written to the root and the olddev
folder is left in place. Withoutkeep_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
The text was updated successfully, but these errors were encountered: