From 0f5b7ceb21b39ff5ab1e09f7c636dcfecbf74841 Mon Sep 17 00:00:00 2001 From: Joseph Barnes Date: Mon, 25 Sep 2023 23:43:34 -0500 Subject: [PATCH] fixed issue with workflow --- .github/workflows/hugo-site-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hugo-site-build.yml b/.github/workflows/hugo-site-build.yml index 4bcfbe52a..12ff294df 100644 --- a/.github/workflows/hugo-site-build.yml +++ b/.github/workflows/hugo-site-build.yml @@ -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