Skip to content

Commit

Permalink
Let's all pray again
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 12, 2023
1 parent e90af8c commit 4ff05e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: dokkaHtmlMultiModule
- name: Reorder file structure
run: |
find ./ -mindepth 1 ! -regex '^./docs\(/.*\)?' -delete
mv docs/* .
# - name: Reorder file structure
# run: |
# find ./ -mindepth 1 ! -regex '^./docs\(/.*\)?' -delete
# mv docs/* .
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v3
env:
PRODUCT: codegen-kt/c
PRODUCT: docs/c
- name: Upload documentation
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4ff05e8

Please sign in to comment.