Skip to content

Commit

Permalink
IONOS(nc-vue-icons): add vue icons build step to github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Misha M.-Kupriyanov <[email protected]>
ci(make): add build_vue_icons_package job

in order to be able to build with custom vue icons

Signed-off-by: Misha M.-Kupriyanov <[email protected]>
  • Loading branch information
printminion-co committed Sep 20, 2024
1 parent a8ab742 commit 85e23b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/easycloud-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths:
- '.github/workflows/**'
- 'src/**'
- 'custom-npms/**'
- 'apps/**'
- 'apps/**/appinfo/info.xml'
- 'package.json'
Expand Down Expand Up @@ -53,7 +54,7 @@ jobs:
node-version-file: "package.json"

- name: Build Nextcloud
run: make -f IONOS/Makefile build_nextcloud
run: make -f IONOS/Makefile build_nextcloud FONTAWESOME_PACKAGE_TOKEN=${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}

- name: Install dependencies & build simplesettings app
env:
Expand Down
2 changes: 1 addition & 1 deletion IONOS
Submodule IONOS updated from 411547 to 2da1e5

0 comments on commit 85e23b2

Please sign in to comment.