From cf70e39fe68d8167f4ab9a2227c5a680cfea02bf Mon Sep 17 00:00:00 2001 From: sciencesakura Date: Sat, 1 Jul 2023 21:54:54 +0900 Subject: [PATCH] Fix CI --- .github/workflows/publish-docs.yaml | 1 + docs/.gitignore | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 docs/.gitignore diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index 4902050..44e66ee 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -20,3 +20,4 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} folder: docs + clean: true diff --git a/docs/.gitignore b/docs/.gitignore deleted file mode 100644 index af2942b..0000000 --- a/docs/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -apidocs/ -dokka/