Skip to content

Commit

Permalink
Updated: GitHub Actions build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Van Gestel committed May 7, 2021
1 parent afa1cff commit 91b80f7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ jobs:

# Install all the project dependencies
- name: Install dependencies
run: sudo npm install --legacy-peer-deps
run: |
sudo npm install --legacy-peer-deps
sudo npm install gulp-cli
sudo npm install notify-send --force
# Install & Run GULP to generate css & js files
- name: GULP publish
run: |
sudo npm install gulp-cli
gulp publish
run: gulp publish-github

# # Run GULP to generate css & js files
# - name: GULP publish
Expand Down

0 comments on commit 91b80f7

Please sign in to comment.