Skip to content

Commit

Permalink
Update github-pages to only show sarif module
Browse files Browse the repository at this point in the history
  • Loading branch information
jckoenen authored and tiulpin committed Dec 5, 2023
1 parent 6f33292 commit da97293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
distribution: 'adopt'
cache: 'gradle'
- name: Run Dokka
run: ./gradlew :dokkaHtmlMultiModule
run: ./gradlew dokkaHtml
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: 'build/dokka/htmlMultiModule'
path: 'sarif/build/dokka/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit da97293

Please sign in to comment.