Skip to content

Commit 046f588

Browse files
authored
fix: dependencies for doc site deployment
1 parent 54e5617 commit 046f588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Checkout your repository using git
2727
uses: actions/checkout@v4
28-
- run: cp package.json .knosys/sites/default/
28+
- run: mv .knosys/sites/default/package-deploy.json .knosys/sites/default/package.json
2929
- name: Install, build, and upload your site output
3030
uses: withastro/action@v2
3131
with:

0 commit comments

Comments
 (0)