Skip to content

Commit 149983d

Browse files
committed
fix root path
1 parent 5126cff commit 149983d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install, build, and upload your site
2323
uses: withastro/action@v1
2424
with:
25-
path: ./ddblock.astro # The root location of your Astro project inside the repository
25+
path: . # The root location of your Astro project inside the repository
2626
node-version: 18 # The specific version of Node that should be used to build your site
2727
package-manager: npm # The Node package manager that should be used to install dependencies
2828

0 commit comments

Comments
 (0)