Skip to content

Commit

Permalink
Update README and refactor deploy action.
Browse files Browse the repository at this point in the history
  • Loading branch information
cschaefer26 committed Jun 22, 2021
1 parent 0c1f185 commit def0faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
cd mkdocs && sh build_docs.sh
- name: Deploy documentation
#if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
uses: JamesIves/[email protected]
with:
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The main advantages of this repo are:

Check out the [inference](https://colab.research.google.com/github/as-ideas/DeepPhonemizer/blob/main/dp/notebooks/Inference_Example.ipynb) and [training](https://colab.research.google.com/github/as-ideas/DeepPhonemizer/blob/main/dp/notebooks/Training_Example.ipynb) tutorials on Colab!

#Read the documentation at: https://as-ideas.github.io/DeepPhonemizer/
Read the documentation at: https://as-ideas.github.io/DeepPhonemizer/


### Installation
Expand Down

0 comments on commit def0faa

Please sign in to comment.