Skip to content

Commit

Permalink
fix: hugo dist path
Browse files Browse the repository at this point in the history
fix: s3 sync dist path

fix: s3 sync dist path
  • Loading branch information
rswanson committed Apr 18, 2024
1 parent 576038a commit 611d670
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: dist
path: dist
path: init4/dist
deploy-prod:
environment:
name: Production
Expand All @@ -38,7 +38,6 @@ jobs:
uses: actions/download-artifact@v3
with:
name: dist
path: dist
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand All @@ -49,4 +48,4 @@ jobs:
env:
AWS_S3_BUCKET : ${{ secrets.AWS_S3_BUCKET }}
run: |
aws s3 sync --delete --sse AES256 dist/ $AWS_S3_BUCKET
aws s3 sync --delete --sse AES256 .github/ $AWS_S3_BUCKET

0 comments on commit 611d670

Please sign in to comment.