Skip to content

Commit

Permalink
refactor: update docs action workflow for docs deployment"
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen authored Oct 6, 2023
1 parent e037db2 commit 0e61740
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,11 @@ jobs:
cd docs
yarn build
# Move to root
- name: Move build files to repository root
run: |
rsync -a docs/build/ .
- name: Deploy to S3
uses: jakejarvis/[email protected]
with:
args: --acl public-read --follow-symlinks --delete
source_dir: .
source_dir: docs/build/
destination_dir: /
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
Expand Down

0 comments on commit 0e61740

Please sign in to comment.