diff options
-rw-r--r-- | .github/workflows/website.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index efb7fed..3ed8380 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -23,7 +23,7 @@ jobs: - name: Install package run: | sudo apt-get -y install python3-pip ninja-build libjson-glib-dev - pip install meson hotdoc + pip install hotdoc chevron strictyaml - name: Setup SSH Keys and known_hosts env: SSH_AUTH_SOCK: /tmp/ssh_agent.sock @@ -36,7 +36,7 @@ jobs: git config --global user.name "github-actions" git config --global user.email "github-actions@github.com" cd docs - meson setup _build + ../meson.py setup _build ninja -C _build - name: Update website env: |