Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Path tweaking #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbum committed Oct 26, 2021
1 parent 49b3135 commit a230898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'us-west-1'
SOURCE_DIR: ''./pdf'
SOURCE_DIR: './pdf'
DEST_DIR: '/pdf'

- name: Deploy to S3 (img)
Expand Down

0 comments on commit a230898

Please sign in to comment.