Skip to content

Commit

Permalink
fix: cd copy examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Mar 5, 2024
1 parent 6881c0a commit b41b324
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ jobs:
mkdir -p public/examples/default
mkdir -p public/examples/lucide
mkdir -p public/examples/market
cp ./examples/apfel/dist/* ./public/examples/apfel
cp ./examples/card/dist/* ./public/examples/card
cp ./examples/dashboard/dist/* ./public/examples/dashboard
cp ./examples/default/dist/* ./public/examples/default
cp ./examples/lucide/dist/* ./public/examples/lucide
cp ./examples/market/dist/* ./public/examples/market
cp -r ./examples/apfel/dist/* ./public/examples/apfel
cp -r ./examples/card/dist/* ./public/examples/card
cp -r ./examples/dashboard/dist/* ./public/examples/dashboard
cp -r ./examples/default/dist/* ./public/examples/default
cp -r ./examples/lucide/dist/* ./public/examples/lucide
cp -r ./examples/market/dist/* ./public/examples/market
# Deploy to GH Pages
- name: Add no jekyll
Expand Down

0 comments on commit b41b324

Please sign in to comment.