We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e5617 commit 046f588Copy full SHA for 046f588
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- name: Checkout your repository using git
27
uses: actions/checkout@v4
28
- - run: cp package.json .knosys/sites/default/
+ - run: mv .knosys/sites/default/package-deploy.json .knosys/sites/default/package.json
29
- name: Install, build, and upload your site output
30
uses: withastro/action@v2
31
with:
0 commit comments