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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ For more information, please see our complete deployment guide—[Deploy your As
10
10
11
11
### Inputs
12
12
13
-
-`path` - Optional: the root location of your Astro project inside the repository. Defaults to `/`.
13
+
-`path` - Optional: the root location of your Astro project inside the repository.
14
14
-`node-version` - Optional: the specific version of Node that should be used to build your site. Defaults to `16`.
15
15
-`package-manager` - Optional: the Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile.
16
16
@@ -21,7 +21,7 @@ For more information, please see our complete deployment guide—[Deploy your As
21
21
Create a file at `.github/workflows/deploy.yml` with the following content.
22
22
23
23
```yml
24
-
name: Deploy
24
+
name: Deploy to GitHub Pages
25
25
26
26
on:
27
27
# Trigger the workflow every time you push to the `main` branch
@@ -43,7 +43,7 @@ jobs:
43
43
steps:
44
44
- name: Checkout your repository using git
45
45
uses: actions/checkout@v2
46
-
- name: Install, build, and upload your site
46
+
- name: Install, build, and upload your site output
0 commit comments