Skip to content

Commit

Permalink
Merge pull request #754 from Permify/github-actions
Browse files Browse the repository at this point in the history
fix: destination dir
  • Loading branch information
tolgaOzen authored Oct 6, 2023
2 parents df885af + 8cdc05a commit 8e2f0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'us-east-1'
SOURCE_DIR: 'docs/build/'
DEST_DIR: '/'
DEST_DIR: ''

- name: Invalidate CloudFront Distribution
uses: chetan/invalidate-cloudfront-action@master
Expand Down

0 comments on commit 8e2f0fc

Please sign in to comment.