Skip to content

Commit d6cf48f

Browse files
docusaurus-ci
1 parent 9a248f5 commit d6cf48f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
run: npm install
2424

2525
- name: Build project
26-
run: npm run build --throw-deprecation --trace-warnings
26+
run: npm run build
2727

2828
- name: Configure AWS credentials
2929
uses: aws-actions/configure-aws-credentials@v3
3030
with:
31-
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
32-
aws-region: ${{ secrets.AWS_REGION }}
31+
role-to-assume: TODO
32+
aws-region: us-west-2
3333

3434
- name: Upload files to S3
3535
run: |
36-
aws s3 cp ./build s3://${{ secrets.AWS_BUCKET }} --recursive
36+
aws s3 cp ./build s3://docs.ssv.network --recursive
3737

0 commit comments

Comments
 (0)