From 5ed8c2c0b32b3a50885fa53fcfdc549a8adecef4 Mon Sep 17 00:00:00 2001 From: Roland Zimmermann <5895436+zimmerrol@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:54:39 +0100 Subject: [PATCH] Fix guide github action (#726) --- .github/workflows/guide.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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