Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Jan 31, 2025
1 parent 9b4bd2a commit 29e1d22
Showing 1 changed file with 1 addition 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 @@ -52,7 +52,7 @@ jobs:
run: |
mkdir build
cd build
cmake -S .. -G Ninja -D AP_BASE_URL PathwaysGenerator
cmake -S .. -G Ninja -D AP_BASE_URL=PathwaysGenerator
- name: Build web app
run: |
cmake --build build --target web_app
Expand Down

0 comments on commit 29e1d22

Please sign in to comment.