From cae2b832324a9bf8281e7d5ea51b06d12d2c7ac3 Mon Sep 17 00:00:00 2001 From: "Chan-hoo.Jeon" Date: Wed, 27 Mar 2024 15:22:52 +0000 Subject: [PATCH] move path of setup-python --- .github/workflows/auto_doc.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto_doc.yml b/.github/workflows/auto_doc.yml index 804c3d75..04b309af 100644 --- a/.github/workflows/auto_doc.yml +++ b/.github/workflows/auto_doc.yml @@ -13,14 +13,14 @@ jobs: contents: write steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.9' - name: Build HTML + uses: actions/setup-python@v4 + with: + python-version: '3.9' uses: ammaraskar/sphinx-action@master with: docs-folder: "doc/" - + - name: Upload artifacts uses: actions/upload-artifact@v3 with: