Skip to content

Commit 2163e10

Browse files
Merge branch 'v2.17', remote-tracking branch 'origin' into RUN-17720-Direct-metrics-to-API-table
3 parents 782596c + 672481d + 11dbc5d commit 2163e10

File tree

2 files changed

+72
-64
lines changed

2 files changed

+72
-64
lines changed

.github/workflows/deploy-staging.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish docs CI to staging
1+
name: deploy docs CI to staging
22

33
on:
44
workflow_dispatch:
@@ -45,4 +45,4 @@ jobs:
4545

4646
- name: Sync output to S3
4747
run: |
48-
aws s3 sync ./site/ s3://${{ inputs.bucket_name }} --delete
48+
aws s3 sync ./site/ s3://${{ inputs.bucket_name }} --delete

0 commit comments

Comments
 (0)