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 c019613 commit d220577Copy full SHA for d220577
README.md
@@ -50,7 +50,7 @@ https://www.mkdocs.org/user-guide/deploying-your-docs/#custom-domains
50
## Example usage
51
52
```yml
53
-name: Publish Docs via GitHub Pages
+name: Publish MkDocs Site via GitHub Pages
54
on:
55
push:
56
branches:
@@ -73,6 +73,6 @@ jobs:
73
CUSTOM_DOCS: coolfolder # Only used if CUSTOM_DOMAIN and a custom 'docs_dir' are set
74
CONFIG_FILE: folder/mkdocs.yml
75
EXTRA_PACKAGES: build-base
76
- # GITHUB_DOMAIN: github.myenterprise.com
77
REQUIREMENTS: folder/requirements.txt
+ # GITHUB_DOMAIN: github.myenterprise.com
78
```
0 commit comments