summaryrefslogtreecommitdiff
path: root/.github/workflows/website.yml
AgeCommit message (Collapse)Author
2025-01-19docs: Add a test to validate URLs in markdown/Users.mdDaniele Nicolodi
Avoid piling up dead URLs.
2024-07-30ci: update actions/cache to v4 to fix deprecationsNirbheek Chauhan
2024-07-30ci: Update to checkout@v4 to squelch node warningsNirbheek Chauhan
Keep using v3 for Bionic because of https://github.com/mesonbuild/meson/pull/13424
2023-08-18CI: trigger website job when testing modifications to the website jobEli Schwartz
2023-08-18CI: add pip caching to website jobEli Schwartz
On average, saves 20 seconds for a job that may take 1.5 or 2 minutes. Mostly due to recompiling the same 3 wheels again and again, so that avoids pointless CPU waste.
2023-05-01avoid re-uploading the docs when a PR is based on the upstream repoEli Schwartz
In this case, we have the secret available, and the workflow ran even though it wasn't on branch "master" because of the pull request trigger. Since the change hasn't landed on master, though, we do not want to update the website. So check for pushes to master, specifically.
2022-11-30build: harden workflow permissionsAlex
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-11-28github workflows: upgrade actions/checkout to version 3Eli Schwartz
This is a no-op change, but github complains that nodejs is outdated if you don't. It's not obvious why this required a major version bump...
2022-01-06add man page generation to buildStone Tickle
2021-10-24Merge pull request #9377 from mensinda/jsonDocsJussi Pakkanen
docs: Add a JSON documentation backend
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-09docs: Also check on pull-requestsDaniel Mensinger
2021-10-09docs: GitHub Action up the JSON docsDaniel Mensinger
2021-10-06ci: Add comment to not forget updating wrapdb rulesXavier Claessens
2021-10-03docs: Fix the GitHub actionDaniel Mensinger
2021-09-04ci: Use GitHub concurrencyDaniel Mensinger
2021-06-11CI: Don't try to update website in a forked repositoryJon Turney
2021-06-02ci: Automatically update website when pushing to masterXavier Claessens