Skip to content

Commit

Permalink
Merge pull request #2 from psibre/fix-actions
Browse files Browse the repository at this point in the history
Fix GitHub Actions
  • Loading branch information
psibre authored Oct 27, 2024
2 parents 1630871 + bd1a962 commit bab4d19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- uses: actions/setup-java@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![CI](https://github.com/marytts/voice-bits1-hsmm/actions/workflows/main.yml/badge.svg)](https://github.com/marytts/voice-bits1-hsmm/actions/workflows/main.yml)

# voice-bits1-hsmm

A female German hidden semi-Markov model voice, built from voice recordings provided by the [BITS](http://www.phonetik.uni-muenchen.de/forschung/BITS/) project at the [Bavarian Archive of Speech Signals](http://www.bas.uni-muenchen.de/)
Expand Down

0 comments on commit bab4d19

Please sign in to comment.