Skip to content

Commit 19c7ce7

Browse files
Also add workflow_dispatch to S3 push step (#631)
1 parent 0dbd4b2 commit 19c7ce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
role-duration-seconds: 3600 # 1h
4343

4444
- name: Sync HTML files to S3
45-
if: ${{ github.repository == 'rapidsai/deployment' && github.event_name == 'push' }}
45+
if: ${{ github.repository == 'rapidsai/deployment' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') }}
4646
env:
4747
DESTINATION_DIR: ${{ startsWith(github.event.ref, 'refs/tags/') && 'stable' || 'nightly' }}
4848
run: aws s3 sync --no-progress --delete build/dirhtml "s3://rapidsai-docs/deployment/html/${DESTINATION_DIR}"

0 commit comments

Comments
 (0)