From 6938aa0b3a56e52ad8f03f8f3bd2529591574ebb Mon Sep 17 00:00:00 2001 From: SPC-code <112205870+SPC-code@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:59:19 +0300 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index cfc952b73..fbd1d98a3 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -28,4 +28,4 @@ jobs: - uses: JamesIves/github-pages-deploy-action@v4.3.0 with: branch: gh-pages - folder: build/dokka/html + folder: build/dokka-module/html