@@ -83,10 +83,10 @@ comfortable self-hosting:
83835 . [ Create a new release] to build and publish the Docker image
84846 . Install [ Pull App] on your fork to stay in-sync with upstream
8585
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
8787(release) is created. When a new Insiders version is released on the upstream
8888repository, 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
9090that builds and publishes the Docker image automatically to your private
9191registry.
9292
@@ -116,12 +116,6 @@ outlined in the [Getting Started guide](../getting-started.md#with-docker).
116116 token created to access the Insiders repository, it's safer to create a
117117 dedicated token which you'll only use for publishing the Docker image.
118118
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-
125119### with git
126120
127121Of course, you can use Material for MkDocs Insiders directly from ` git ` :
@@ -145,7 +139,7 @@ pip install -e mkdocs-material
145139 [ GitHub Actions secret ] : https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository
146140 [ Create a new release ] : https://docs.github.com/en/github/administering-a-repository/managing-releases-in-a-repository#creating-a-release
147141 [ 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
149143
150144## Built-in plugins
151145
0 commit comments