From 84b741ffbefca32c71ec00559b7eb07d94a0c7a3 Mon Sep 17 00:00:00 2001 From: Cristian Lara Date: Thu, 6 Feb 2025 13:42:32 -0500 Subject: [PATCH] [GHA] Upload entire website directory as artifact Debugging why the website build step is failing. Also list all the node packages installed --- .github/workflows/publish_website.yml | 2 +- scripts/make_docs.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_website.yml b/.github/workflows/publish_website.yml index 18aaba1a86c..6c5cd2e2b7a 100644 --- a/.github/workflows/publish_website.yml +++ b/.github/workflows/publish_website.yml @@ -85,7 +85,7 @@ jobs: id: deployment uses: actions/upload-pages-artifact@v3 with: - path: website/build/ + path: website/ deploy-website: needs: build-website diff --git a/scripts/make_docs.sh b/scripts/make_docs.sh index 357afd1e284..f169aa6cb1b 100755 --- a/scripts/make_docs.sh +++ b/scripts/make_docs.sh @@ -62,6 +62,7 @@ echo "Getting Docusaurus deps" echo "-----------------------------------" cd website || exit yarn +yarn list if [[ $INSERT_API_REFS == true ]]; then