Skip to content

Commit

Permalink
Update deploy-demos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alokVishu authored Jan 4, 2024
1 parent 3fcf3a8 commit 8f91ed6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ jobs:
- name: ⬇️ Checkout template
uses: actions/checkout@v3

- name: ⚙️ Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: ⬇️ Install packages
run: yarn install
run: pnpm install
working-directory: ./typescript-version

- name: 📦 Generate demo
run: yarn build --base=/${{ env.BRAND_NAME }}-vuetify-vuejs-admin-template-free/demo/
run: pnpm build --base=/${{ env.BRAND_NAME }}-vuetify-vuejs-admin-template-free/demo/
working-directory: ./typescript-version

- name: 🚀 Upload demo
Expand Down

0 comments on commit 8f91ed6

Please sign in to comment.