Skip to content

Commit

Permalink
build: added build-thankful target
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 4, 2023
1 parent d326f32 commit b30a5c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ serve:
build:
bundle exec jekyll build
touch _site/.nojekyll

# We need to build the thankful page separately,
# and push it manually to `thankful:gh-pages`,
# because it's in a subdirectory named the same as the repo,
# which GitHub Pages doesn't like.
build-thankful:
bundle exec jekyll build -d _site/thankful
mv _site/thankful/thankful/* _site/thankful
touch _site/thankful/.nojekyll

0 comments on commit b30a5c4

Please sign in to comment.