Skip to content

Commit

Permalink
chore(cd): Fix deployment action not taking the good directory for pu…
Browse files Browse the repository at this point in the history
…blish.
  • Loading branch information
Ayfri committed Mar 18, 2024
1 parent e14e656 commit 671595c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages deploy .kobweb/site/ --project-name=kore
command: pages deploy .kobweb/website/ --project-name=kore

0 comments on commit 671595c

Please sign in to comment.