From 3b64353ddaa72317fa2da5a133bb64160b0b49af Mon Sep 17 00:00:00 2001 From: eecavanna Date: Mon, 18 Nov 2024 17:48:55 -0800 Subject: [PATCH] List copied files to facilitate debugging GHA workflow --- .github/workflows/deploy-to-gh-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-to-gh-pages.yml b/.github/workflows/deploy-to-gh-pages.yml index c99dabd..8e4652b 100644 --- a/.github/workflows/deploy-to-gh-pages.yml +++ b/.github/workflows/deploy-to-gh-pages.yml @@ -50,6 +50,7 @@ jobs: cp -R artifacts/legacy-nmdc-documentation-as-html _build/html/legacy/nmdc-documentation cp -R artifacts/nmdc-runtime-documentation-as-html _build/html/nmdc-runtime-documentation cp -R artifacts/mag-workflow-documentation-as-html _build/html/workflows/mag-workflow-documentation + ls -R _build/html - name: Save the result for publishing to GitHub Pages # Docs: https://github.com/actions/upload-pages-artifact uses: actions/upload-pages-artifact@v3 with: