Skip to content

Commit

Permalink
TASK: Render to "flow" sub directory
Browse files Browse the repository at this point in the history
This allows Flow and Neos to co-exist in the resulting site.
  • Loading branch information
kdambekalns committed Oct 12, 2022
1 parent f4326cd commit d139944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doctum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d139944

Please sign in to comment.