Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
.github バージョンタグをプッシュした時に dokka.yml を実行するようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri authored Feb 14, 2021
1 parent 471fcf9 commit e41989c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dokka.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
on:
release:
types: [created]
push:
tags:
- 'v*'
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -20,4 +21,4 @@ jobs:
with:
branch: gh-pages
folder: api/build/dokka/html
clean-exclude: index.html
clean-exclude: index.html

0 comments on commit e41989c

Please sign in to comment.