fix: Don't delete index file in the api directory
This commit is contained in:
2
.github/workflows/apidoc.yml
vendored
2
.github/workflows/apidoc.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user