Skip to content

Commit

Permalink
Add build
Browse files Browse the repository at this point in the history
  • Loading branch information
MlKilderkin committed Sep 11, 2024
1 parent 3381bab commit f4ef662
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pipeline-dokku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ jobs:
cd ${{ inputs.plugin_folder }}
composer install --optimize-autoloader --ignore-platform-reqs --no-dev
- name: Setup Plugin node version
uses: actions/setup-node@v2
with:
node-version-file: ./.nvmrc

- name: Build Plugin assets
run: |
cd ${{ inputs.plugin_folder }}
Expand Down

0 comments on commit f4ef662

Please sign in to comment.