Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Jul 5, 2020
1 parent 588d7ea commit 712b0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_books.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Create Turkish ePub
uses: docker://pandoc/latex:2.9
with:
args: "--epub-cover-image ./tr/title.png ./tr/title.txt ./trd/go.md -o the-little-go-book-tr.epub"
args: "--epub-cover-image ./tr/title.png ./tr/title.txt ./tr/go.md -o the-little-go-book-tr.epub"

- name: Upload Turkish ePub As Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 712b0bf

Please sign in to comment.