You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy.yml
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ on:
8
8
# Allows you to run this workflow manually from the Actions tab on GitHub.
9
9
workflow_dispatch:
10
10
11
-
# Allow this job to clone the repo and create a page deployment
12
11
permissions:
13
12
contents: read
14
13
pages: write
@@ -23,9 +22,14 @@ jobs:
23
22
- name: Install, build, and upload your site
24
23
uses: withastro/action@v1
25
24
with:
26
-
path: . # The root location of your Astro project inside the repository. (optional)
27
-
node-version: 23# The specific version of Node that should be used to build your site. Defaults to 16. (optional)
28
-
# package-manager: yarn # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
0 commit comments