diff --git a/src/site-remote.yml b/src/site-remote.yml index 0c283c4c0..28e978613 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})"]