diff --git a/static/docs.yml b/static/docs.yml index 91fd72a..0e6f63b 100644 --- a/static/docs.yml +++ b/static/docs.yml @@ -4,7 +4,7 @@ pipeline: build: image: archlinux:latest commands: - - pacman -Sy mdbook --noconfirm + - pacman -Syu mdbook --noconfirm - mdbook build when: - branch: master