Skip to content

Commit f792895

Browse files
authored
Merge pull request #10 from nickmccurdy/update-readme
Update readme
2 parents 6990093 + 3ec8995 commit f792895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more information, please see our complete deployment guide—[Deploy your As
1010
1111
### Inputs
1212

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.
1414
- `node-version` - Optional: the specific version of Node that should be used to build your site. Defaults to `16`.
1515
- `package-manager` - Optional: the Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile.
1616

@@ -21,7 +21,7 @@ For more information, please see our complete deployment guide—[Deploy your As
2121
Create a file at `.github/workflows/deploy.yml` with the following content.
2222

2323
```yml
24-
name: Deploy
24+
name: Deploy to GitHub Pages
2525

2626
on:
2727
# Trigger the workflow every time you push to the `main` branch
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- name: Checkout your repository using git
4545
uses: actions/checkout@v2
46-
- name: Install, build, and upload your site
46+
- name: Install, build, and upload your site output
4747
uses: withastro/action@v0
4848

4949
deploy:

0 commit comments

Comments
 (0)