Skip to content

Commit

Permalink
chore: Update comments in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed Jun 30, 2023
1 parent c2e527c commit 63f159f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ jobs:
run: yarn build
- name: Upload S3
# We exclude these six paths because they existed before the current system.
# Those six index.html files are redirects to other documents, mostly Google docs.
# Note:
# `team-collections` now redirects to the new system's `https://docs.bloomlibrary.org/team-collections-intro/`.
# `team-collections-sharing-services` now redirects to `https://docs.bloomlibrary.org/team-collections-intro/#2e254141a368476083ba215f25f14ab8`.
# Those six index.html files are redirects to other documents, some on docs.bloomlibrary.org, but still (June 2023) some legacy Google docs.
# See more detailed notes at https://docs.google.com/document/d/1Vub0SeQL6BQqyGoQBN6-cfi6AIRbcBHeV87KjnzZXDU/edit#heading=h.aaxpksot3akz.
run: aws s3 sync ./build s3://${{ secrets.AWS_BUCKET }} --delete --exclude "sil-corporate-guidelines/index.html" --exclude "bloomPUB-bundles/index.html" --exclude "bloom-reader-distribution-tags/index.html" --exclude "bloom-reader-shelves/index.html" --exclude "team-collections-sharing-services/index.html" --exclude "team-collections/index.html" --exclude "widgets/index.html"
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_KEY_ID }}
Expand Down

0 comments on commit 63f159f

Please sign in to comment.