Skip to content

Commit 915005d

Browse files
committed
no_render
1 parent caf6692 commit 915005d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mybuild.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ git push
1414
## Deploy site from local
1515
git checkout main # just in case
1616
hugo --verbose --cleanDestinationDir # build site. This creates rendered html files under `public/`
17+
cp .nojekyll public
1718
git add . # needs to be done to account for changes in `public/`
1819
git commit -am "no_render" # tell github action not to render.
1920
git push origin main

0 commit comments

Comments
 (0)