ci: specify path

This commit is contained in:
rzmk 2024-03-13 14:12:50 -04:00
parent 7f6c7be3af
commit da1b65e879
No known key found for this signature in database

View file

@ -24,6 +24,7 @@ jobs:
- name: Install, build, and upload your site - name: Install, build, and upload your site
uses: withastro/action@v2 uses: withastro/action@v2
with: with:
path: .
package-manager: bun # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) package-manager: bun # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
deploy: deploy: