Skip to content

Commit

Permalink
Huh. Can't get copy_dir to work, so separate step.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhannah committed Feb 9, 2024
1 parent 8348f3c commit 6d0f30b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Clone the site:
Re-generate the website:

ttree -f ttree.cfg
cp -r assets ../usshoustondive.com-gh-pages/
cd ../usshoustondive.com-gh-pages
git diff
git commit -a
Expand Down
3 changes: 1 addition & 2 deletions ttree.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ recurse
# accept = \.tt2$

# copy these files
copy = ^assets
# copy = .*

# .tt2 files become .html files.
suffix tt2=html

src = src
lib = lib
#dest = www
dest = ../usshoustondive.com-gh-pages
# ^ local clone where this repo is checked out onto branch "gh-pages"

0 comments on commit 6d0f30b

Please sign in to comment.