Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinenar committed Jul 8, 2024
1 parent 54f8016 commit 6eee42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: mkdir -p ostorlab/ui/static
working-directory: src
- name: Copy Nuxt output
run: cp -r src/oxotitan/.output/public/ src/ostorlab/ui/static
run: cp -r src/oxotitan/.output/public src/ostorlab/ui/static
- name: Debug Nuxt output
run: tree src/ostorlab/ui/static/
- name: Set up Python
Expand Down

0 comments on commit 6eee42a

Please sign in to comment.