Skip to content

Commit

Permalink
don't copy everything
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Nov 13, 2024
1 parent 662d562 commit 72eb98c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/build-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ gpp etc/index.md | pandoc \
make spec

cp etc/*.svg "$SITEDIR/etc/"
cp tmp/*.yaml "$SITEDIR/"
cp tmp/*.json "$SITEDIR/"
cp etc/*.html "$SITEDIR/"
cp tmp/rst-api-spec.yaml "$SITEDIR/"
cp tmp/rst-api-spec.json "$SITEDIR/"
cp etc/rst-api-spec.html "$SITEDIR/"

0 comments on commit 72eb98c

Please sign in to comment.