Skip to content

Commit

Permalink
docs: only upload if tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kurfer committed Jun 20, 2024
1 parent 54b4c40 commit e7954b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
run: unzip -O UTF-8 -qq '${{ env.ARTIFACT }}' -d docs-dist

- name: Copy files to the s3 website content bucket
if: startsWith(github.ref, 'refs/tags/v')
run:
aws s3 sync docs-dist s3://${{ secrets.GARAGE_BUCKET_NAME }} --delete
env:
Expand Down

0 comments on commit e7954b0

Please sign in to comment.