mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -06:00
Fix dir names
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -34,8 +34,8 @@ jobs:
|
|||||||
aws_key_id: ${{ secrets.AWS_KEY_ID }}
|
aws_key_id: ${{ secrets.AWS_KEY_ID }}
|
||||||
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
|
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
|
||||||
aws_bucket: ${{ secrets.AWS_BUCKET_WEBSITE }}
|
aws_bucket: ${{ secrets.AWS_BUCKET_WEBSITE }}
|
||||||
source_dir: book/html
|
source_dir: book/static_website_html
|
||||||
destination_dir: static_website_html
|
destination_dir: static_html_root
|
||||||
- name: Invalidate Cloudfront book cache
|
- name: Invalidate Cloudfront book cache
|
||||||
uses: chetan/invalidate-cloudfront-action@v2
|
uses: chetan/invalidate-cloudfront-action@v2
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user