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 5da852d commit 18e0bddCopy full SHA for 18e0bdd
.github/workflows/pr.yml
@@ -36,17 +36,6 @@ jobs:
36
run: yarn install --frozen-lockfile
37
- name: Build the Docusaurus site
38
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 }}
50
spellcheck:
51
runs-on: ubuntu-latest
52
steps:
0 commit comments