Skip to content

Commit

Permalink
Add 06.e.extending-ui to npm workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Sep 22, 2024
1 parent 685099f commit 6dfdbb6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10,641 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/publish-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
--exclude a.minimizable-web-chat \
--exclude b.speech-ui \
--exclude c.smart-display \
--exclude d.plain-ui
--exclude d.plain-ui \
--exclude e.extending-ui
mkdir gh-pages/06.recomposing-ui/a.minimizable-web-chat
rsync -av --progress samples/06.recomposing-ui/a.minimizable-web-chat/public/ gh-pages/06.recomposing-ui/a.minimizable-web-chat/
Expand All @@ -100,6 +101,9 @@ jobs:
mkdir gh-pages/06.recomposing-ui/d.plain-ui
rsync -av --progress samples/06.recomposing-ui/d.plain-ui/public/ gh-pages/06.recomposing-ui/d.plain-ui/
mkdir gh-pages/06.recomposing-ui/e.extending-ui
rsync -av --progress samples/06.recomposing-ui/e.extending-ui/public/ gh-pages/06.recomposing-ui/e.extending-ui/
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
Loading

0 comments on commit 6dfdbb6

Please sign in to comment.