Skip to content

Commit d01fe34

Browse files
committed
publish-your-site:fix add missing step id
The step id is referenced by the environment, which collects the output page_url from the deploy_pages action. This is then displayed in the GitHub Actions UI.
1 parent 30292e0 commit d01fe34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/publish-your-site.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
with:
5656
path: site
5757
- uses: actions/deploy-pages@v4
58+
id: deployment
5859
```
5960
6061
1. At the moment, we do not recommend using caches on CI systems as the caching

0 commit comments

Comments
 (0)