mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-05 08:35:59 +01:00
23 lines
566 B
YAML
23 lines
566 B
YAML
# SPDX-FileCopyrightText: 2023 The "Notes on OpenPGP" project
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
clone:
|
|
git:
|
|
image: woodpeckerci/plugin-git
|
|
settings:
|
|
partial: true
|
|
lfs: false
|
|
|
|
when:
|
|
# branch: main
|
|
event:
|
|
- push
|
|
- pull_request
|
|
|
|
steps:
|
|
link-check:
|
|
image: archlinux:latest
|
|
commands:
|
|
- pacman -Sy --needed --noconfirm archlinux-keyring
|
|
- pacman -Syu --needed --noconfirm inkscape lychee make noto-fonts python-myst-parser python-sphinx python-sphinxext-opengraph ttf-montserrat
|
|
- make -C book html-linkcheck
|