Skip to content

Commit c822c2e

Browse files
committed
fix github deployment
Signed-off-by: rishichawda <[email protected]>
1 parent 8cf53b3 commit c822c2e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
PUBLIC_EMAILJS_PUBLIC_KEY: ${{ secrets.PUBLIC_EMAILJS_PUBLIC_KEY }}
3232
PUBLIC_EMAILJS_SERVICE_ID: ${{ secrets.PUBLIC_EMAILJS_SERVICE_ID }}
3333
PUBLIC_EMAILJS_TEMPLATE_ID: ${{ secrets.PUBLIC_EMAILJS_TEMPLATE_ID }}
34-
with:
35-
path: . # The root location of your Astro project inside the repository. (optional)
36-
node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
37-
package-manager: yarn@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
3834
- name: Create CNAME file for custom domain
3935
run: echo "rishikc.com" > ./dist/CNAME
4036

0 commit comments

Comments
 (0)