From d139944367ce6a089c6303c35916ea0b7745f26a Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Wed, 12 Oct 2022 09:53:59 +0200 Subject: [PATCH] TASK: Render to "flow" sub directory This allows Flow and Neos to co-exist in the resulting site. --- .github/workflows/doctum.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/doctum.yml b/.github/workflows/doctum.yml index c52ccae9eb..95fe5122e5 100644 --- a/.github/workflows/doctum.yml +++ b/.github/workflows/doctum.yml @@ -27,9 +27,9 @@ jobs: - name: Move rendered docs to site run: | - rm -rf docs-site/${{ github.ref_name }} - mkdir -p docs-site/${{ github.ref_name }} - mv build/* docs-site/${{ github.ref_name }}/ + rm -rf docs-site/flow/${{ github.ref_name }} + mkdir -p docs-site/flow/${{ github.ref_name }} + mv build/* docs-site/flow/${{ github.ref_name }}/ - name: Commit update run: |