Skip to content

Commit b30a5c4

Browse files
committed
build: added build-thankful target
1 parent d326f32 commit b30a5c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ serve:
77
build:
88
bundle exec jekyll build
99
touch _site/.nojekyll
10+
11+
# We need to build the thankful page separately,
12+
# and push it manually to `thankful:gh-pages`,
13+
# because it's in a subdirectory named the same as the repo,
14+
# which GitHub Pages doesn't like.
15+
build-thankful:
16+
bundle exec jekyll build -d _site/thankful
17+
mv _site/thankful/thankful/* _site/thankful
18+
touch _site/thankful/.nojekyll

0 commit comments

Comments
 (0)