We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5126cff commit 149983dCopy full SHA for 149983d
1 file changed
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install, build, and upload your site
23
uses: withastro/action@v1
24
with:
25
- path: ./ddblock.astro # The root location of your Astro project inside the repository
+ path: . # The root location of your Astro project inside the repository
26
node-version: 18 # The specific version of Node that should be used to build your site
27
package-manager: npm # The Node package manager that should be used to install dependencies
28
0 commit comments