Skip to content

Commit

Permalink
ensure CI runs the install; pin uglify version
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Jan 15, 2024
1 parent 4b2c228 commit 0ae4f90
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
user: ${{secrets.USER_TEST_V1}}
private_key: ${{secrets.GA_ED25519}}
host_fingerprint: ${{secrets.FINGERPRINT_TEST_V1}}
command: cd ~/dev/oaworks/embed && git pull && cd ~/dev/openresearchbutton/website && git pull && node build.js && sudo nginx -s reload
command: cd ~/dev/oaworks/embed && git pull && cd ~/dev/openresearchbutton/website && git pull && nmp install && node build.js && sudo nginx -s reload
Loading

0 comments on commit 0ae4f90

Please sign in to comment.