Skip to content

Commit 08c109f

Browse files
authored
Clarify working-directory comment in deploy.yml
Updated the working directory comment in deploy.yml.
1 parent 1045eaf commit 08c109f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
# path: . # The root location of your Astro project inside the repository. (optional)
2727
# node-version: 24 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)
2828
package-manager: npm
29-
working-directory: project
30-
# The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
29+
working-directory: project # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
3130
# build-cmd: pnpm run build
3231
# The command to run to build your site. Runs the package build script/task by default. (optional)
3332
# env:

0 commit comments

Comments
 (0)