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
|
path: docs
|
||||||
- name: Remove existing docs
|
- name: Remove existing docs
|
||||||
run: |
|
run: |
|
||||||
|
mv docs/api/index.rst .
|
||||||
rm -rf docs/api/*
|
rm -rf docs/api/*
|
||||||
|
mv index.rst docs/api
|
||||||
- name: "Update docs"
|
- name: "Update docs"
|
||||||
uses: docker://gdquest/gdscript-docs-maker:1
|
uses: docker://gdquest/gdscript-docs-maker:1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user