We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf6692 commit 915005dCopy full SHA for 915005d
mybuild.sh
@@ -14,6 +14,7 @@ git push
14
## Deploy site from local
15
git checkout main # just in case
16
hugo --verbose --cleanDestinationDir # build site. This creates rendered html files under `public/`
17
+cp .nojekyll public
18
git add . # needs to be done to account for changes in `public/`
19
git commit -am "no_render" # tell github action not to render.
20
git push origin main
0 commit comments