Skip to content

Commit

Permalink
ci: fix deploy docs artifacts [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Feb 13, 2024
1 parent ea4a457 commit 7233760
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
run: |
export NODE_OPTIONS=--openssl-legacy-provider
npm run build --prefix="./website/plasma-temple-docs"
cp -R ./website/plasma-temple-docs/build ./s3_build/next-${{ github.sha }}/temple
cp -R ./website/plasma-temple-docs/build ./s3_build/temple
- name: Plasma Temple Storybook
run: |
npm run storybook:build --prefix="./packages/plasma-temple"
cp -R ./packages/plasma-temple/build-sb ./s3_build/next-${{ github.sha }}/temple-storybook
cp -R ./packages/plasma-temple/build-sb ./s3_build/temple-storybook
- name: Install s3cmd
run: pip3 install s3cmd
Expand All @@ -53,5 +53,5 @@ jobs:
--delete-removed
--no-mime-magic
sync
./s3_build/next-${{ github.sha }}/
./s3_build/
s3://${{ secrets.AWS_S3_BUCKET }}/current/temple/

0 comments on commit 7233760

Please sign in to comment.