We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0c479 commit e7d5b4fCopy full SHA for e7d5b4f
README.md
@@ -100,8 +100,7 @@ jobs:
100
101
### GitHub Pages
102
103
-To set up the tool to publish to GitHub pages use the following configuration.
104
-**NOTE**: In the near feature we'll make this a dedicated single step GitHub action
+To set up the tool to publish to GitHub Pages, use the following configuration.
105
106
```yaml
107
environment:
@@ -115,6 +114,8 @@ steps:
115
114
id: deployment
116
```
117
+This single action will build and validate the documentation before publishing.
118
+
119
Make sure your repository settings are set up to deploy from GitHub actions see:
120
121
https://github.com/elastic/{your-repository}/settings/pages
0 commit comments