diff --git a/docs/dev_guide/pkgbuild.md b/docs/dev_guide/pkgbuild-template.md similarity index 59% rename from docs/dev_guide/pkgbuild.md rename to docs/dev_guide/pkgbuild-template.md index 9bbfe9eb..2f5bce5d 100644 --- a/docs/dev_guide/pkgbuild.md +++ b/docs/dev_guide/pkgbuild-template.md @@ -1,4 +1,4 @@ --- sidebar_position: 2 --- -# Write PKGBUILD \ No newline at end of file +# PKGBUILD Template \ No newline at end of file diff --git a/push.sh b/push.sh index 0fd235d3..27e16c86 100755 --- a/push.sh +++ b/push.sh @@ -4,4 +4,4 @@ git add . git commit -m "⏳ @eshanized updated the website 🎉 !!!" -git push origin master \ No newline at end of file +# git push origin master \ No newline at end of file