Skip to content

Commit

Permalink
default working directory should be webui
Browse files Browse the repository at this point in the history
  • Loading branch information
preston4896 committed Dec 19, 2024
1 parent 37fa2e9 commit f4e53d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/serve-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ on:

jobs:
build:

runs-on: ubuntu-latest

defaults:
run:
working-directory: ./webui

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f4e53d3

Please sign in to comment.