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 d326f32 commit b30a5c4Copy full SHA for b30a5c4
Makefile
@@ -7,3 +7,12 @@ serve:
7
build:
8
bundle exec jekyll build
9
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