From c2316ef256f7df409bf093526d75920088bdb5ee Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Fri, 2 Jul 2021 21:49:19 +0100 Subject: [PATCH] Publish docs from 1.16 instead --- .github/workflows/make-doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-doc.yml b/.github/workflows/make-doc.yml index c3eaba350..4e53e42df 100644 --- a/.github/workflows/make-doc.yml +++ b/.github/workflows/make-doc.yml @@ -3,7 +3,7 @@ name: Build documentation on: push: branches: - - mc-1.15.x + - mc-1.16.x jobs: make_doc: