From 2fb3b1ebabfecbd7bcb0efab7711dda8c2b4a4f7 Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 27 Oct 2023 14:42:22 +1000 Subject: [PATCH] Use Python 3.8 to publish API doc --- .github/workflows/publish-api-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-api-documentation.yml b/.github/workflows/publish-api-documentation.yml index 30beb62f..68bd91cd 100644 --- a/.github/workflows/publish-api-documentation.yml +++ b/.github/workflows/publish-api-documentation.yml @@ -18,7 +18,7 @@ jobs: ref: "gh-pages" - uses: actions/setup-python@v3 with: - python-version: 3.7 + python-version: 3.8 - name: Merge changes from 3.0 branch run: | git config user.name github-actions