Skip to content

Commit a6f1a88

Browse files
authored
fix: revert overriden files (#338)
1 parent ab691eb commit a6f1a88

File tree

3 files changed

+241
-970
lines changed

3 files changed

+241
-970
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- run: git config --global user.name "aeneasr"
8585
- run: git checkout -b regen-docs HEAD
8686
- run: git add helm/charts
87-
- run: git commit -a -m "Regenerate helm docs $(date)" || echo "No changes to commit"
87+
- run: git commit -m "Regenerate helm docs $(date)" || echo "No changes to commit"
8888
- run: git push origin HEAD:master
8989

9090
workflows:

0 commit comments

Comments
 (0)