Skip to content

Commit

Permalink
fix release build err, (sealerio#1003)
Browse files Browse the repository at this point in the history
fix static page build err
  • Loading branch information
bxy4543 authored Dec 31, 2021
1 parent e634e0a commit ce0faa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.14'
go-version: '1.16'

- name: Set env
shell: bash
Expand Down
3 changes: 2 additions & 1 deletion docs/site/src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ module.exports = {
'advanced/arm-cloudimage',
'advanced/containerd-baseimage',
'advanced/define-cloudrootfs',
'advanced/develop-plugin',
'advanced/gpu-cloudimage',
'advanced/kyverno-build-in',
'advanced/raw-docker-cloudimage',
'advanced/use-kyverno-baseimage',
]
},
{
Expand Down

0 comments on commit ce0faa4

Please sign in to comment.