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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ jobs:
43
43
url: ${{ steps.deployment.outputs.page_url }}
44
44
```
45
45
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.
47
47
48
48
```yaml
49
49
steps:
@@ -62,7 +62,7 @@ steps:
62
62
| Input | Default | Description |
63
63
|-------|---------|-------------|
64
64
| `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) |
66
66
| `future` | `false` | If `true`, writes content dated in the future |
67
67
| `build_revision` | `$GITHUB_SHA` | The SHA-1 of the Git commit for which the build is running |
68
68
| `verbose` | `false` | If `true`, prints verbose output in logs |
0 commit comments