Skip to content

Commit

Permalink
update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dakur committed Feb 8, 2025
1 parent 85cd93a commit 3c51dee
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
with:
node-version: 18.x

- name: Install external deps
run: sudo apt-get update && sudo apt-get install -y pngquant imagemagick

- name: Install deps
uses: borales/actions-yarn@v5
with:
Expand All @@ -58,10 +55,6 @@ jobs:
with:
name: frontend-deps
path: |
UI/AboutStructure/assets/dist
UI/Contacts/assets/dist
UI/Event/assets/dist
UI/Rentals/assets/dist
frontend/dist
hb-events/build
Expand Down Expand Up @@ -100,8 +93,8 @@ jobs:
-i "template-parts/*" \
-i "vendor/*" \
-i "webfonts/*" \
-i "Assets.php" \
-i "archive-novinky.php" \
-i "Assets.php" \
-i "bootstrap.php" \
-i "composer.json" \
-i "composer.lock" \
Expand Down

0 comments on commit 3c51dee

Please sign in to comment.