From 344e13a3101a2c090604a27174f4e19fb0806502 Mon Sep 17 00:00:00 2001 From: Suchintan Date: Thu, 29 Jan 2026 13:58:09 -0500 Subject: [PATCH] Add fern/ and docs/ directories to skyvern-cloud sync (#4547) --- .github/sync.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/sync.yml b/.github/sync.yml index eda1e8bd..2f9dded8 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -20,3 +20,9 @@ Skyvern-AI/skyvern-cloud: - source: evaluation/ dest: evaluation/ deleteOrphaned: true + - source: fern/ + dest: fern/ + deleteOrphaned: true + - source: docs/ + dest: docs/ + deleteOrphaned: true