Skip to content

Commit

Permalink
update doc target to new subdirectory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gasche committed Aug 6, 2019
1 parent 4887007 commit e692cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gh-pages: doc
git -C .gh-pages checkout --orphan gh-pages
git -C .gh-pages reset
git -C .gh-pages clean -dxf
cp -t .gh-pages/ _build/default/_doc/_html/*
cp -rt .gh-pages/ _build/default/_doc/_html/*
git -C .gh-pages add .
git -C .gh-pages commit -m "Update Pages"
git -C .gh-pages push origin gh-pages -f
Expand Down

0 comments on commit e692cce

Please sign in to comment.