Skip to content

Commit ee79368

Browse files
authored
Link mentions of the upload-pages-artifact repo
1 parent e09cd17 commit ee79368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
url: ${{ steps.deployment.outputs.page_url }}
4444
```
4545
46-
To write to a different destination directory, match the inputs of both the `jekyll-build-pages` and `upload-pages-artifact` actions.
46+
To write to a different destination directory, match the inputs of both the `jekyll-build-pages` and [`upload-pages-artifact`](https://github.com/actions/upload-pages-artifact) actions.
4747

4848
```yaml
4949
steps:
@@ -62,7 +62,7 @@ steps:
6262
| Input | Default | Description |
6363
|-------|---------|-------------|
6464
| `source` | `./` | The directory to build from |
65-
| `destination` | `./_site` | The directory to write output into<br>(this should match the `path` input of the `actions/upload-pages-artifact` action) |
65+
| `destination` | `./_site` | The directory to write output into<br>(this should match the `path` input of the [`actions/upload-pages-artifact`](https://github.com/actions/upload-pages-artifact) action) |
6666
| `future` | `false` | If `true`, writes content dated in the future |
6767
| `build_revision` | `$GITHUB_SHA` | The SHA-1 of the Git commit for which the build is running |
6868
| `verbose` | `false` | If `true`, prints verbose output in logs |

0 commit comments

Comments
 (0)