diff options
Diffstat (limited to '.github/workflows/gh-pages-examples.yml')
-rw-r--r-- | .github/workflows/gh-pages-examples.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gh-pages-examples.yml b/.github/workflows/gh-pages-examples.yml index 7d0dacce..a47d37b2 100644 --- a/.github/workflows/gh-pages-examples.yml +++ b/.github/workflows/gh-pages-examples.yml @@ -77,7 +77,7 @@ jobs: if: steps.filter.outputs.examples_changed == 'true' with: name: ${{ matrix.projects }} - path: examples/gradle/${{ matrix.projects }}/build/dokka + path: examples/gradle/${{ matrix.projects }}/parentProject/build/dokka deploy-examples: runs-on: ubuntu-latest |