Skip to content

Commit

Permalink
Reorder file structure for writerside build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 12, 2023
1 parent 8ea2b69 commit 94e16e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: dokkaHtmlMultiModule
- name: Reorder file structure
run: |
shopt -s extglob
rm -rf !(build)
mv build/* .
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v3
env:
Expand Down

0 comments on commit 94e16e9

Please sign in to comment.