Skip to content

Commit

Permalink
Switch GitHub Pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
warriorzz committed May 7, 2024
1 parent 1d6b061 commit 2829ba2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@ jobs:
- name: Build Dokka Docs with Gradle
run: ./gradlew dokkaHtml

- name: Deploy Docs to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
branch: gh-pages
folder: build/dokka/html
path: 'build/dokka/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 2829ba2

Please sign in to comment.