From 39ff891288f1e067076a89402e1a69b2135e1958 Mon Sep 17 00:00:00 2001 From: Jennifer Tran <12633533+botanical@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:04:35 -0800 Subject: [PATCH] fix: add more debugging, change filename reference --- .github/workflows/pr.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b85fc39..caa1ab9 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -208,9 +208,11 @@ jobs: runs-on: ubuntu-latest needs: publish-new-datasets steps: - - name: Print current directory and print contents + - name: Print current directory run: pwd - ls -al + + - name: Print contents + run: ls -al - name: Use output from dataset-publication-and-configuration @@ -225,7 +227,7 @@ jobs: pip install -r scripts/requirements.txt for file in "${PUBLISHED_COLLECTION_FILES[@]}" do - python3 scripts/mdx.py "$file" + python3 scripts/generate-mdx.py "$file" done open-veda-config-pr: