-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I think it would be cool if there was a configuration option such as this one.
Something like...
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
keep_files: true # So I will not remove all other files on the branchIt is useful because for example in a repository of mine I deploy both Doxygen documentation and PyDoc documentation to different URLs on the same GitHub Pages website, and I don't want one to overwrite the other.
Metadata
Metadata
Assignees
Labels
No labels