aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/gh-pages-examples.yml
diff options
context:
space:
mode:
authorvmishenev <vad-mishenev@yandex.ru>2022-02-09 04:37:22 +0300
committervmishenev <vad-mishenev@yandex.ru>2022-02-09 04:49:15 +0300
commit2ad9bfc191331f5cb753d0143fc7f6206dcf868b (patch)
tree1bc3b2a86f1e61973634cff8fe50df8c25ec616b /.github/workflows/gh-pages-examples.yml
parent39d26e619fd2e37860b97c6a34a9594934405ab0 (diff)
downloaddokka-2ad9bfc191331f5cb753d0143fc7f6206dcf868b.tar.gz
dokka-2ad9bfc191331f5cb753d0143fc7f6206dcf868b.tar.bz2
dokka-2ad9bfc191331f5cb753d0143fc7f6206dcf868b.zip
Update Gradle in examples
Trigger publishing of dokka-versioning-multimodule-example
Diffstat (limited to '.github/workflows/gh-pages-examples.yml')
-rw-r--r--.github/workflows/gh-pages-examples.yml2
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