Update Helm chart argo-cd to v7 #2961
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks | |
name: Deploy MkDocs | |
on: | |
push: | |
paths-ignore: | |
- 'mkdocs.yml' | |
- 'docs/**' | |
permissions: read-all | |
jobs: | |
deploy: | |
name: Deploy MkDocs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Deploy MkDocs | |
run: 'echo "No deployment required"' |