Skip to content

Commit

Permalink
Merge pull request #104 from krokedil/main
Browse files Browse the repository at this point in the history
Version 1.8.1
  • Loading branch information
NiklasHogefjord authored Oct 1, 2024
2 parents fd89203 + 1f318e1 commit 875e55d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ jobs:
dev: no
php_version: 7.4

- name: Install PNPM
uses: pnpm/action-setup@v2
with:
run_install: true

- name: Build Assets
run: pnpm run build
run: |
npm ci
npm run build
# Deploy the plugin to WordPress.org
- name: WordPress Plugin Deploy
Expand Down

0 comments on commit 875e55d

Please sign in to comment.