diff --git a/.github/workflows/guide.yml b/.github/workflows/guide.yml index 5d3b3165..109b9a9a 100644 --- a/.github/workflows/guide.yml +++ b/.github/workflows/guide.yml @@ -8,7 +8,8 @@ on: jobs: vuepress: runs-on: ubuntu-latest - options: --user root + container: + options: --user root steps: - uses: actions/checkout@v2 - name: Install vuepress