From 4c3fc52330f594ea9dec91d77612bc59d8f7a363 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Tue, 10 Sep 2024 19:52:32 -0400 Subject: [PATCH] CI: docs build - no need to cd --- .github/workflows/ci-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 273313bdd..5104fc1be 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -239,7 +239,6 @@ jobs: - name: Build documentation run: | - cd dist python build.py setrev dox etg sip build_wx build_py wxlib sphinx bdist_docs docset_py - name: Save docs as job artifact