diff options
| author | Daniele Nicolodi <daniele@grinta.net> | 2025-01-11 17:13:14 +0100 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-01-19 20:36:40 +0200 |
| commit | 74aab8a42c479cdeeda9371dbd591a19d070c48e (patch) | |
| tree | 27e6ab29308e99814550492c7fc0141820b1a765 /.github/workflows | |
| parent | 74bef61a26b6a910ecc826733126fbb1f123a87b (diff) | |
| download | meson-74aab8a42c479cdeeda9371dbd591a19d070c48e.tar.gz | |
docs: Add a test to validate URLs in markdown/Users.md
Avoid piling up dead URLs.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/website.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index fdb7d1400..13c690207 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -45,7 +45,7 @@ jobs: - name: Install package run: | sudo apt-get -y install python3-pip ninja-build libjson-glib-dev - pip install hotdoc chevron strictyaml + pip install hotdoc chevron strictyaml aiohttp - uses: actions/cache/save@v4 with: |
