Skip to content

Commit 18e0bdd

Browse files
authored
Update pr.yml
1 parent 5da852d commit 18e0bdd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@ jobs:
3636
run: yarn install --frozen-lockfile
3737
- name: Build the Docusaurus site
3838
run: yarn build
39-
deploy-to-review:
40-
uses: SumoLogic/sumologic-documentation/.github/workflows/build_and_deploy.yml@main
41-
with:
42-
hostname: https://d2t1s0ah22jxsa.cloudfront.net
43-
base_url: /${{ github.ref_name }}/
44-
environment: review/${{ github.ref_name }}
45-
secrets:
46-
S3_BUCKET_NAME: ${{ secrets.REVIEW_S3_BUCKET_NAME }}
47-
CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.REVIEW_CLOUDFRONT_DISTRIBUTION_ID }}
48-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
49-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
5039
spellcheck:
5140
runs-on: ubuntu-latest
5241
steps:

0 commit comments

Comments
 (0)