1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

remove extra instruction in publish script

This commit is contained in:
Jim Bugwadia 2019-05-12 15:21:43 -07:00
parent b251cd0e6f
commit dd3d570d8c

View file

@ -25,5 +25,7 @@ hugo
echo "Updating gh-pages branch"
cd public && git add --all && git commit -m "Publishing to gh-pages (publish.sh)"
cd ..
echo "done!"
`