Skip to content

Commit

Permalink
エラーが出るので minify オプションを外してみる
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihane committed Oct 15, 2021
1 parent 54dfc7b commit 42ba596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run Hugo
run: |
alias asciidoctor="asciidoctor --attribute=experimental=true --attribute=icons=font"
hugo --minify
hugo
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 42ba596

Please sign in to comment.