Skip to content

Commit

Permalink
Different path for /home/runner/work/GoNoteGo/GoNoteGo/web-app-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Nov 10, 2024
1 parent d7dc52e commit 3b1213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
git checkout $GITHUB_SHA
echo "Including web app"
cp -r /github/workspace/web-app-dist/dist /home/pi/code/github/dbieber/GoNoteGo/gonotego/settings-server/dist
cp -r /home/runner/work/GoNoteGo/GoNoteGo/web-app-dist /home/pi/code/github/dbieber/GoNoteGo/gonotego/settings-server/dist
echo "Setting up Python environment"
python3 -m venv env
Expand Down

0 comments on commit 3b1213d

Please sign in to comment.