Skip to content

Commit

Permalink
Update deploy_pages (microsoft#2796)
Browse files Browse the repository at this point in the history
to hopefully create parent folders
  • Loading branch information
corinagum authored Jan 4, 2020
1 parent ba47fed commit c2f6233
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/deploy_pages
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ rsync -av --progress samples/ gh-pages/ \
--exclude 06.recomposing-ui/c.smart-display \
--exclude 06.recomposing-ui/d.plain-ui

mkdir gh-pages/04.api

mkdir gh-pages/04.api/e.piping-to-redux
rsync -av --progress samples/04.api/e.piping-to-redux/build/ gh-pages/04.api/e.piping-to-redux/

Expand All @@ -22,6 +24,8 @@ rsync -av --progress samples/04.api/g.chat-send-history/build/ gh-pages/04.api/g
mkdir gh-pages/04.api/h.clear-after-idle
rsync -av --progress samples/04.api/h.clear-after-idle/build/ gh-pages/04.api/h.clear-after-idle/

mkdir gh-pages/06.recomposing-ui

mkdir gh-pages/06.recomposing-ui/a.minimizable-web-chat
rsync -av --progress samples/06.recomposing-ui/a.minimizable-web-chat/build/ gh-pages/06.recomposing-ui/a.minimizable-web-chat/

Expand Down

0 comments on commit c2f6233

Please sign in to comment.