@@ -83,10 +83,10 @@ comfortable self-hosting:
83
83
5 . [ Create a new release] to build and publish the Docker image
84
84
6 . Install [ Pull App] on your fork to stay in-sync with upstream
85
85
86
- The [ ` publish ` ] [ publish ] workflow[ ^ 5 ] is automatically run when a new tag
86
+ The [ ` build ` ] [ build ] workflow is automatically run when a new tag
87
87
(release) is created. When a new Insiders version is released on the upstream
88
88
repository, the [ Pull App] will create a pull request with the changes and
89
- pull in the new tag, which is picked up by the [ ` publish ` ] [ publish ] workflow
89
+ pull in the new tag, which is picked up by the [ ` build ` ] [ build ] workflow
90
90
that builds and publishes the Docker image automatically to your private
91
91
registry.
92
92
@@ -116,12 +116,6 @@ outlined in the [Getting Started guide](../getting-started.md#with-docker).
116
116
token created to access the Insiders repository, it's safer to create a
117
117
dedicated token which you'll only use for publishing the Docker image.
118
118
119
- [ ^ 5 ] :
120
- The Insiders repository contains two GitHub Actions workflows:
121
-
122
- - ` build.yml ` – Build and lint the project (disabled on forks)
123
- - ` publish.yml ` – Build and publish the Docker image
124
-
125
119
### with git
126
120
127
121
Of course, you can use Material for MkDocs Insiders directly from ` git ` :
@@ -145,7 +139,7 @@ pip install -e mkdocs-material
145
139
[ GitHub Actions secret ] : https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository
146
140
[ Create a new release ] : https://docs.github.com/en/github/administering-a-repository/managing-releases-in-a-repository#creating-a-release
147
141
[ Pull App ] : https://github.com/apps/pull
148
- [ publish ] : https://github.com/squidfunk/mkdocs-material-insiders/blob/master/.github/workflows/publish .yml
142
+ [ build ] : https://github.com/squidfunk/mkdocs-material-insiders/blob/master/.github/workflows/build .yml
149
143
150
144
## Built-in plugins
151
145
0 commit comments