Skip to content

Commit

Permalink
upgrade hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
inwardmovement committed Jan 14, 2020
1 parent de5f256 commit 9534c8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-develop.yml
Expand Up @@ -8,7 +8,7 @@ on:
env:
CI: true
NODE_VERSION: '12.14.0'
HUGO_VERSION: '0.62.1'
HUGO_VERSION: '0.62.2'
NETLIFY_SITE_ID: 'c97298da-938f-4084-9307-c7135a92f98a'
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN_WEBSITE }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-master.yml
Expand Up @@ -10,7 +10,7 @@ on:
env:
CI: true
NODE_VERSION: '12.14.0'
HUGO_VERSION: '0.62.1'
HUGO_VERSION: '0.62.2'
NETLIFY_SITE_ID: 'b44a9bd9-b9f6-423c-87e5-0e68297e4304'
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN_WEBSITE }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
Expand Down
1 change: 1 addition & 0 deletions config.yml
Expand Up @@ -24,6 +24,7 @@ markup:
parser:
attribute: true
autoHeadingID: true
autoHeadingIDType: github
renderer:
hardWraps: true
unsafe: true
Expand Down

0 comments on commit 9534c8f

Please sign in to comment.