fix: Don't delete index file in the api directory

This commit is contained in:
Dennis Ploeger
2021-11-02 16:38:01 +01:00
parent 43b5ad197c
commit 8f378d40e8

View File

@@ -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: