From 8f378d40e89082cdcab950a86c725d3baf078f65 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Tue, 2 Nov 2021 16:38:01 +0100 Subject: [PATCH] fix: Don't delete index file in the api directory --- .github/workflows/apidoc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/apidoc.yml b/.github/workflows/apidoc.yml index 637fbc0a..c12b508d 100644 --- a/.github/workflows/apidoc.yml +++ b/.github/workflows/apidoc.yml @@ -29,7 +29,9 @@ jobs: path: docs - name: Remove existing docs run: | + mv docs/api/index.rst . rm -rf docs/api/* + mv index.rst docs/api - name: "Update docs" uses: docker://gdquest/gdscript-docs-maker:1 with: