Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Apr 15, 2024
1 parent fa9f251 commit 2c35616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/rclone-sync/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Sync to S3
uses: docker://docker.io/rclone/rclone:1.66
with:
args: "sync ${{ inputs.source-path }} s3:${{ inputs.destination-path }}--s3-acl=public-read --fast-list --checksum --update --use-server-modtime --metadata --inplace --delete-during"
args: "sync ${{ inputs.source-path }} s3:${{ inputs.destination-path }} --s3-acl=public-read --fast-list --checksum --update --use-server-modtime --metadata --inplace --delete-during"
env:
RCLONE_CONFIG_S3_TYPE: s3
RCLONE_CONFIG_S3_PROVIDER: Other
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
s3-access-key-id: ${{ secrets.s3-access-key-id }}
s3-secret-access-key: ${{ secrets.s3-secret-access-key }}
source-path: vector/data/output
destination-path: /tiles/vector/lithuania.pmtiles
destination-path: /tiles/vector

generate-basemap-demo-site:
name: Build and upload demo site
Expand Down

0 comments on commit 2c35616

Please sign in to comment.