Skip to content

Commit

Permalink
Force again
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Dec 17, 2024
1 parent f1254c9 commit 1d19530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache-read-only: ${{ github.ref != 'refs/heads/main' }}

- name: assemble
run: ./gradlew -Pversion=${{ github.event.release.tag_name }} :dokkaGenerate -Pgithubpages=true
run: ./gradlew -Pversion=2.0.0 :dokkaGenerate -Pgithubpages=true

- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 1d19530

Please sign in to comment.