Skip to content

Commit

Permalink
[GHA] Upload entire website directory as artifact
Browse files Browse the repository at this point in the history
Debugging why the website build step is failing. Also list all the node packages installed
  • Loading branch information
CristianLara committed Feb 6, 2025
1 parent 73bcef4 commit 84b741f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
id: deployment
uses: actions/upload-pages-artifact@v3
with:
path: website/build/
path: website/

deploy-website:
needs: build-website
Expand Down
1 change: 1 addition & 0 deletions scripts/make_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ echo "Getting Docusaurus deps"
echo "-----------------------------------"
cd website || exit
yarn
yarn list


if [[ $INSERT_API_REFS == true ]]; then
Expand Down

0 comments on commit 84b741f

Please sign in to comment.