diff --git a/.github/workflows/hugo-site-build.yml b/.github/workflows/hugo-site-build.yml index ab356c412..8ea068369 100644 --- a/.github/workflows/hugo-site-build.yml +++ b/.github/workflows/hugo-site-build.yml @@ -61,7 +61,7 @@ jobs: 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 + run: python export-alerts.py --path ../../services --template ./alerts-template.xlsx --output-xls ../../services/amba-alerts.xlsx --output-json ../../services/amba-alerts.json --output-yaml ../../services/amba-alerts.yaml working-directory: tooling/export-alerts - name: Setup Pages