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/doxygen-github-pages-action@v2.0.0
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.
I think it would be cool if there was a configuration option such as this one.
Something like...
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.