Skip to content

Commit

Permalink
Use v3.0.0 of gh-pages for publishing
Browse files Browse the repository at this point in the history
To work around tschaub/gh-pages#354.
  • Loading branch information
ahuth committed Dec 30, 2020
1 parent 94abce3 commit ac269c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build: clean
hugo --buildDrafts

deploy: build
npx gh-pages -d public
npx gh-pages@3.0.0 -d public

new:
hugo new blog/$(slug).md
Expand Down

0 comments on commit ac269c2

Please sign in to comment.