Skip to content

Commit

Permalink
Merge pull request #326 from carpentries/fix-aws-deploy
Browse files Browse the repository at this point in the history
Fix aws deploy
  • Loading branch information
zkamvar authored Aug 9, 2022
2 parents 2dc71cd + ebe16ab commit 2d7ef4f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sandpaper
Title: Create and Curate Carpentries Lessons
Version: 0.9.1
Version: 0.9.2
Authors@R: c(
person(given = "Zhian N.",
family = "Kamvar",
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# sandpaper 0.9.2

CONTINUOUS INTEGRATION
----------------------

* The version of the s3-sync action has been corrected. This only affects lessons
that deploy to AWS

# sandpaper 0.9.1

MISC
Expand Down
2 changes: 1 addition & 1 deletion inst/workflows/deploy-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path: 'source'

- name: "Deploy to Bucket"
uses: jakejarvis/s3-sync-action@0.5.1
uses: jakejarvis/s3-sync-action@v0.5.1
with:
args: --acl public-read --follow-symlinks --delete --exclude '.git/*'
env:
Expand Down

0 comments on commit 2d7ef4f

Please sign in to comment.