From 602c8ca281a8042d3671bc1ee434ebe6d37f629e Mon Sep 17 00:00:00 2001 From: Chris Del Date: Wed, 13 Nov 2024 11:56:28 -0600 Subject: [PATCH] Update update-external-docs.yml barebones dir test --- .github/workflows/update-external-docs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-external-docs.yml b/.github/workflows/update-external-docs.yml index e147f374ee..14fc846da1 100644 --- a/.github/workflows/update-external-docs.yml +++ b/.github/workflows/update-external-docs.yml @@ -16,9 +16,9 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - - name: Run scripts - working-directory: .github/scripts - run: | - echo "TESTING123" > ../../en/resources/contributing.md - - name: Verify file content - run: cat ../../en/resources/contributing.md + - name: Print current directory + run: pwd + + - name: List contents of parent directories + run: ls -R ../.. +