We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbd4b2 commit 19c7ce7Copy full SHA for 19c7ce7
1 file changed
.github/workflows/build-and-deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
role-duration-seconds: 3600 # 1h
43
44
- name: Sync HTML files to S3
45
- if: ${{ github.repository == 'rapidsai/deployment' && github.event_name == 'push' }}
+ if: ${{ github.repository == 'rapidsai/deployment' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') }}
46
env:
47
DESTINATION_DIR: ${{ startsWith(github.event.ref, 'refs/tags/') && 'stable' || 'nightly' }}
48
run: aws s3 sync --no-progress --delete build/dirhtml "s3://rapidsai-docs/deployment/html/${DESTINATION_DIR}"
0 commit comments