Skip to content

Commit

Permalink
update gen-docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jpothen8 committed Feb 3, 2025
1 parent 12ac83e commit df11eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
./gradlew dokkaHtml
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload build HTML
path: './build/dokka/html'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v3

0 comments on commit df11eba

Please sign in to comment.