We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a248f5 commit d6cf48fCopy full SHA for d6cf48f
.github/workflows/main.yaml
@@ -23,15 +23,15 @@ jobs:
23
run: npm install
24
25
- name: Build project
26
- run: npm run build --throw-deprecation --trace-warnings
+ run: npm run build
27
28
- name: Configure AWS credentials
29
uses: aws-actions/configure-aws-credentials@v3
30
with:
31
- role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
32
- aws-region: ${{ secrets.AWS_REGION }}
+ role-to-assume: TODO
+ aws-region: us-west-2
33
34
- name: Upload files to S3
35
run: |
36
- aws s3 cp ./build s3://${{ secrets.AWS_BUCKET }} --recursive
+ aws s3 cp ./build s3://docs.ssv.network --recursive
37
0 commit comments