mirror of https://github.com/kubernetes/kops.git
Merge pull request #14248 from rifelpet/netlify-mkdocs
Bump versions in netlify and mkdocs
This commit is contained in:
commit
d39b1c85c9
|
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM alpine:3.14
|
FROM alpine:3.16
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
bash \
|
bash \
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
mkdocs-material==8.2.7
|
mkdocs-material==8.4.3
|
||||||
mkdocs-macros-plugin==0.6.4
|
mkdocs-macros-plugin==0.7.0
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@
|
||||||
[build]
|
[build]
|
||||||
publish = "site"
|
publish = "site"
|
||||||
command = "make build-docs-netlify"
|
command = "make build-docs-netlify"
|
||||||
# available here https://github.com/netlify/build-image/blob/xenial/included_software.md#languages
|
# available here https://github.com/netlify/build-image/blob/focal/included_software.md#languages
|
||||||
environment = { PYTHON_VERSION = "3.7" }
|
environment = { PYTHON_VERSION = "3.8" }
|
||||||
Loading…
Reference in New Issue