From e9db313f8ccc07e27f6afd0f34fe3cf6f20596f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Costa?= Date: Thu, 4 Dec 2025 14:52:50 +0100 Subject: [PATCH] ci: deploy doc builds to release folders (#9351) --- .github/workflows/compile_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index cd8a42250a..515cd6b804 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -78,7 +78,7 @@ jobs: echo "::set-output name=VERSION_NAME::$(scripts/find_version.sh)" id: version - name: Deploy to subfolder - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} + if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }} uses: JamesIves/github-pages-deploy-action@v4.7.3 with: token: ${{ secrets.LVGL_BOT_TOKEN }}