From c79deed041b79bd885d38082d94e846856b947c7 Mon Sep 17 00:00:00 2001 From: Scott Henson Date: Fri, 30 Aug 2024 13:07:38 +0100 Subject: [PATCH] Create documentation for all pkl releases --- src/site-remote.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/site-remote.yml b/src/site-remote.yml index 0c283c4c0c..28e9786138 100644 --- a/src/site-remote.yml +++ b/src/site-remote.yml @@ -19,7 +19,8 @@ content: # for apple/pkl, build docs for both the main branch and tags. # this will build dev docs too. - url: https://github.com/apple/pkl.git - branches: [main, "release/+({0..9}).+({0..9})"] + branches: [main] + tags: ["*"] start_path: docs - url: https://github.com/apple/pkl-spring.git branches: ["release/+({0..9}).+({0..9})"]