Skip to content

Commit

Permalink
ci: fix website main-page in pr
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman233 committed Sep 14, 2023
1 parent 547934c commit 35b9d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
export NODE_OPTIONS=--openssl-legacy-provider
npm run build --prefix="./website/plasma-website"
cp -R ./website/plasma-website/build/ ./s3_build/${PR_NAME}
cp -R ./website/plasma-website/build/. ./s3_build/${PR_NAME}
- name: Plasma UI Docs
if: ${{ needs.scope.outputs.HAS_PLASMA_UI_DOCS == 'true' && needs.scope.outputs.HAS_PLASMA_UI == 'true' }}
Expand Down

0 comments on commit 35b9d0a

Please sign in to comment.