docs: Fix the GitHub action

pull/8960/head
Daniel Mensinger 4 years ago
parent 7cfe7ccc58
commit de32802ee4
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 4
      .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:

Loading…
Cancel
Save