Skip to content

Commit

Permalink
fix: remove svelte app from public repo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Nov 23, 2023
1 parent 0166e64 commit d9587c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
cp -r apps/sample-vue-app/dist build/vue
cp -r apps/sample-react-app/build build/react
cp -r apps/sample-vanilla-app/dist build/vanilla
cp -r apps/sample-svelte-app/dist build/svelte
cp -r apps/sample-angular-app/dist/easy-angular build/angular
- name: Upload artifact
Expand Down

0 comments on commit d9587c1

Please sign in to comment.