Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasBeuzen authored Aug 18, 2020
1 parent b97ab98 commit 8c3b945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: deploy

on:
# Trigger the deploy on push to master branch
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: my_book/my_book/_build/html
publish_dir: my_book/my_book/_build/html

0 comments on commit 8c3b945

Please sign in to comment.