Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
eneoli committed Sep 5, 2024
1 parent e1699e1 commit 73091a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: cargo install wasm-pack
- name: Install NodeJs
uses: actions/setup-node@v4
- run: npm install
- run: Deployment
- run: ./deploy.sh
env:
BUILD_MODE: ${{ vars.BUILD_MODE }}
Expand Down
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ echo ""
echo "--> Compiling frontend..."
echo ""

cd frontend
npm run build:$BUILD_MODE
cd ..

echo ""
echo "--> Uploading to deployment server..."
Expand Down

0 comments on commit 73091a0

Please sign in to comment.