From 5aa9135a344822bf2e250a0bfbc78f58bdab74bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Rosado?= Date: Fri, 2 Dec 2022 14:11:59 +0000 Subject: [PATCH] Remove comments from github actions (#1011) --- .github/workflows/docs-review.yml | 3 --- .github/workflows/docs-unstable.yml | 7 +------ 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/docs-review.yml b/.github/workflows/docs-review.yml index 20157abb..057833ba 100644 --- a/.github/workflows/docs-review.yml +++ b/.github/workflows/docs-review.yml @@ -63,9 +63,6 @@ jobs: - name: Copy redirect file run: aws s3 cp --quiet ./docs/_build/html/_static/redirect.html s3://docs.pyscript.net/index.html - # - name: Delete review directory - # run: aws s3 rm --recursive s3://docs.pyscript.net/review/${{ github.event.number }}/ - - name: Sync to S3 run: aws s3 sync --quiet ./docs/_build/html/ s3://docs.pyscript.net/review/${{ github.event.number }}/ diff --git a/.github/workflows/docs-unstable.yml b/.github/workflows/docs-unstable.yml index 460e368c..50f0f42f 100644 --- a/.github/workflows/docs-unstable.yml +++ b/.github/workflows/docs-unstable.yml @@ -50,11 +50,6 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }} - # - name: Copy redirect file - # run: aws s3 cp --quiet ./docs/_build/html/_static/redirect.html s3://docs.pyscript.net/index.html - - # - name: Delete unstable directory - # run: aws s3 rm --recursive s3://docs.pyscript.net/unsatble/ - + # Sync will only copy changed files - name: Sync to S3 run: aws s3 sync --quiet ./docs/_build/html/ s3://docs.pyscript.net/unstable/