Skip to content

Commit

Permalink
remove src
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Nov 7, 2024
1 parent 0d15883 commit 4e61024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
poetry install -vv --no-interaction
poetry show -vv
- name: Build docs
run: AUDIT_SERVICE_CONFIG_PATH=src/audit/config-default.yaml poetry run python run.py openapi
run: poetry run python run.py openapi

- uses: stefanzweifel/[email protected]
with:
Expand Down
4 changes: 1 addition & 3 deletions cfg_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ def create_config_file(file_name, full_path=None):
if dir_name and not os.path.exists(dir_name):
os.makedirs(os.path.dirname(config_path))

copyfile(
os.path.join(ROOT_DIR, "src/gen3workflow/config-default.yaml"), config_path
)
copyfile(os.path.join(ROOT_DIR, "gen3workflow/config-default.yaml"), config_path)

return config_path

Expand Down

0 comments on commit 4e61024

Please sign in to comment.