Skip to content

No keep_files option #34

@FLAK-ZOSO

Description

@FLAK-ZOSO

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 branch

It 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions