Skip to content

Commit

Permalink
Fix githubpages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed Oct 9, 2023
1 parent 78001f6 commit 72f1515
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/githubpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name: githubpages
on:
release:
types: [published]
workflow_dispatch:
branches: [main]
inputs:
version:
description: 'Version'
required: true
type: string

jobs:
githubpages:
Expand All @@ -16,7 +23,7 @@ jobs:

- uses: gradle/gradle-build-action@v2
with:
arguments: -Pversion=${{ github.event.release.tag_name }} dokkaHtml
arguments: -Pversion=${{ github.event.release.tag_name }} dokkaHtmlMultiModule

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

0 comments on commit 72f1515

Please sign in to comment.