Skip to content

Commit

Permalink
fixed issue with workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBarnes committed Sep 26, 2023
1 parent f124525 commit 0f5b7ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hugo-site-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
working-directory: /tooling/export_alerts
working-directory: tooling/export_alerts

- name: Export alerts
run: python export-alerts.py --path /services --template ./alerts-template.xlsx --output-xls /services/amba-alerts.xls --output-json /services/amba-alerts.json --output-yaml /services/amba-alerts.yaml
working-directory: /tooling/export_alerts
run: python export-alerts.py --path ../../services --template ./alerts-template.xlsx --output-xls ../../services/amba-alerts.xls --output-json ../../services/amba-alerts.json --output-yaml ../../services/amba-alerts.yaml
working-directory: tooling/export_alerts

- name: Setup Pages
id: pages
Expand Down

0 comments on commit 0f5b7ce

Please sign in to comment.