Skip to content

Commit

Permalink
ci: add go.mod and go.sum (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Sep 30, 2020
1 parent 60f4c96 commit c51e07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -eu -o pipefail # -x: is for debugging
cd $1
git init
git submodule add https://github.com/peaceiris/hugo-theme-iris.git ./themes/hugo-theme-iris
cp -r ./themes/hugo-theme-iris/exampleSite/{config,content,data,scripts,static} .
cp -r ./themes/hugo-theme-iris/exampleSite/{config,content,data,scripts,static,go.mod,go.sum} .
git add .
git commit -m "Add hugo-theme-iris"

0 comments on commit c51e07c

Please sign in to comment.