Skip to content

Commit

Permalink
fix: hugo dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
rswanson committed Apr 18, 2024
1 parent 576038a commit 22c7bce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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 Down

0 comments on commit 22c7bce

Please sign in to comment.