Skip to content

Commit

Permalink
Add sync readme step
Browse files Browse the repository at this point in the history
  • Loading branch information
GMartinez-Sisti committed Mar 11, 2021
1 parent 53c37bb commit f05b706
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@
.ONESHELL:
SHELL = /bin/bash
.SHELLFLAGS = -eu -c
.PHONY: git-clean helm-deps helm-docs lint
.PHONY: gh-pages-readme-sync git-clean helm-deps helm-docs lint

### Actions

gh-pages-readme-sync:
git fetch --all
git checkout gh-pages
git checkout main README.md
git commit -m "Sync README.md"
git push origin gh-pages
git checkout -

git-clean:
@if git diff --exit-code; then
echo -e "\n####### Git is clean\n"
Expand Down

0 comments on commit f05b706

Please sign in to comment.