From 7a6f1ed44befa38cdce3dd78a7ac57fe6865b731 Mon Sep 17 00:00:00 2001 From: Rhae Sung Kim Date: Wed, 23 Aug 2023 17:34:41 -0400 Subject: [PATCH] Update auto_doc.yml --- .github/workflows/auto_doc.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_doc.yml b/.github/workflows/auto_doc.yml index 42d06e3e..efc13b0f 100644 --- a/.github/workflows/auto_doc.yml +++ b/.github/workflows/auto_doc.yml @@ -13,10 +13,13 @@ jobs: contents: write steps: - uses: actions/checkout@v3 + + - name: Install ctwrap + run: | + sudo -H pip install -e . + - name: Build HTML uses: ammaraskar/sphinx-action@master - with: - pre-build-command: "sudo -H pip install -e . && apt-get update -y && apt-get install -y pandoc" - name: Upload artifacts uses: actions/upload-artifact@v3