Skip to content

Commit

Permalink
Disable Github Pages updates as we transition away from kotlin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Vejdemo-Johansson committed Feb 22, 2024
1 parent 7bb0a20 commit 8b1dee7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
gradle-version: 8.4
- name: dokkaHtml
run: ./gradlew dokkaHtml
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build/dokka/html # The folder the action should deploy.
# - name: Deploy 🚀
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# folder: build/dokka/html # The folder the action should deploy.

0 comments on commit 8b1dee7

Please sign in to comment.