Skip to content

Commit

Permalink
Merge pull request #674 from feiskyer/fix-release-note
Browse files Browse the repository at this point in the history
chore: fix the format for v1.0.1 release notes
  • Loading branch information
nilo19 committed Jun 22, 2021
2 parents e58906f + 627268b commit 5bbcabc
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.61.0"
hugo-version: "0.84.0"
extended: true

- name: Build
Expand Down
29 changes: 29 additions & 0 deletions .github/workflows/test-docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Test Docs

on:
pull_request: {}
push: {}

jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.84.0"
extended: true

- name: Build Docs
run: |
cd site
npm install postcss-cli
npm install autoprefixer
npm audit fix
hugo --minify
2 changes: 1 addition & 1 deletion site/content/en/blog/releases/v1.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "v1.0.1"
linkTitle: "v1.0.1"
date: 2021-06-21
description: >
Cloud Provider Azure v1.0.1
Cloud Provider Azure v1.0.1
---

# Major changes since v1.0.0
Expand Down
58 changes: 36 additions & 22 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bbcabc

Please sign in to comment.