Skip to content

Commit

Permalink
Let's all pray
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 12, 2023
1 parent 94e16e9 commit e90af8c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
arguments: dokkaHtmlMultiModule
- name: Reorder file structure
run: |
shopt -s extglob
rm -rf !(build)
mv build/* .
find ./ -mindepth 1 ! -regex '^./docs\(/.*\)?' -delete
mv docs/* .
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v3
env:
Expand Down

0 comments on commit e90af8c

Please sign in to comment.