Skip to content

Commit

Permalink
Exclude oxotitan.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinenar committed Jul 8, 2024
1 parent ac102cd commit fed2058
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
run: cp -r src/oxotitan/.output/public/* src/ostorlab/ui/static
- name: Delete titan files
run: rm -rf src/oxotitan/*
- name: Debug Nuxt output
run: tree src/ostorlab/ui/static/
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release_linux_mac_bin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ 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: Delete titan files
run: rm -rf src/oxotitan/*
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release_windows_bin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ 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: Delete titan files
run: rm -rf src/oxotitan/*
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ exclude =
build
dist
.eggs
src/oxotitan
oxotitan/**/*

0 comments on commit fed2058

Please sign in to comment.