Skip to content

Commit

Permalink
Merge pull request #2 from FlavienVolant/master
Browse files Browse the repository at this point in the history
fix actions
  • Loading branch information
casiez authored Jun 21, 2024
2 parents b01ad1c + 5c9a133 commit 39b0b03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
- name: install dependancies
run: |
rm -rf dist/
cp -r utils/ dist/
cp -r filters/ dist/
cp -r utilsOneEuro/ dist/
mkdir dist/
cp -r utils/ dist/utils/
cp -r filters/ dist/filters/
cp -r utilsOneEuro/ dist/utilsOneEuro/
cp calibrator.js dist/
cp index.html dist/
cp LICENSE.txt dist/
Expand Down

0 comments on commit 39b0b03

Please sign in to comment.