diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-08-21 16:28:25 +0200 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-03 11:46:34 +0200 |
| commit | de32802ee4e4f72aa3e0f265b4f1b4d439182eae (patch) | |
| tree | e9d906f225048e285cbed731fb282c79b334ef24 /.github | |
| parent | 7cfe7ccc58863dfeaf6ce253848e4858350ca2ec (diff) | |
| download | meson-de32802ee4e4f72aa3e0f265b4f1b4d439182eae.tar.gz | |
docs: Fix the GitHub action
Diffstat (limited to '.github')
| -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 efb7fed7e..3ed8380ec 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: |
