Skip to content

Commit 78f71b0

Browse files
committed
Update Makefile.
1 parent 9509571 commit 78f71b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
1+
# Create directory dist containing the orphan branch gh-pages
2+
# The html pages are stored in the gh-pages branch
3+
tree:
4+
git worktree add dist gh-pages
5+
ln -s dist/theme .
26

37
# Compile html pages
48
build:

0 commit comments

Comments
 (0)