From 7ab89c5ea66357e66a29a8bf184517d9a100eef3 Mon Sep 17 00:00:00 2001 From: frostming Date: Wed, 26 Feb 2020 15:23:05 +0800 Subject: [PATCH] Change the release config --- .github/workflows/doc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 6fb91746..9e6f1fa8 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -12,9 +12,9 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v1 - with: - python-version: 3.7 - architecture: 'x64' + with: + python-version: 3.7 + architecture: 'x64' - name: Build pages run: | pip install mkdocs mkdocs-material -- GitLab