We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cd8fb commit 45c75e9Copy full SHA for 45c75e9
.github/workflows/ci.yml
@@ -54,3 +54,13 @@ jobs:
54
./gradlew build artifactoryPublish \
55
-PartifactoryUsername="$ARTIFACTORY_USERNAME" \
56
-PartifactoryPassword="$ARTIFACTORY_PASSWORD"
57
+ docs:
58
+ runs-on: ubuntu-latest
59
+ needs: [publish]
60
+ steps:
61
+ - uses: actions/checkout@v3
62
+ - name: Dispatch (partial build)
63
+ if: github.ref_type == 'branch'
64
+ env:
65
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
+ run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD) -f build-refname=${{ github.ref_name }}
0 commit comments