summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-10-04 22:19:07 +0300
committerGitHub <noreply@github.com>2021-10-04 22:19:07 +0300
commit2d65472c725f18b343aee00bf91b9ac98c08b95f (patch)
tree530a0d6ffee4ee96e875302cbeba660c93056d41 /.github
parent75dd9fb67f793c687fa45744f3b276e35c87ca09 (diff)
parentb672ebca886dd6dc9b0f775eb769764750fd302c (diff)
downloadmeson-2d65472c725f18b343aee00bf91b9ac98c08b95f.tar.gz
Merge pull request #8960 from mensinda/yamlDoc
Reference Manual 2.0
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/website.yml4
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: