From 5b125010689c2fe71fcf71c0008d253e75dc4801 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 14 Jan 2025 19:35:12 +0300 Subject: [PATCH] Fix docs --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 52c631bd..499b90a8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,5 +49,5 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages # The branch the action should deploy to. - folder: _build # The folder the action should deploy. + folder: html # The folder the action should deploy. clean: true # Automatically remove deleted files from the deploy branch