Skip to content

Commit

Permalink
workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emptymalei committed Sep 14, 2020
1 parent 6dbc5e2 commit 5f7da61
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
Expand Up @@ -3,7 +3,7 @@ name: Deploy InterImmBook
on:
push:
branches:
- hugo
- master

jobs:
deploy:
Expand All @@ -28,4 +28,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_branch: master
publish_branch: gh-pages

0 comments on commit 5f7da61

Please sign in to comment.