Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-f committed Mar 23, 2019
1 parent c2355b1 commit dae29eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,8 @@ jobs:
- run:
name: Deploy to GitHub Pages
command: |
cd website
hugo -v
cd public
hugo --config hugo.toml
cd website/public
git init
git config --global user.email "adrien-f@users.noreply.github.com"
git config --global user.name "AdrienF"
Expand Down

0 comments on commit dae29eb

Please sign in to comment.