From c0cf7d62d60d5a6953e98342ed139c64b7e112c6 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 28 Nov 2022 05:16:16 -0800 Subject: [PATCH] Exclude .circleci folder from docs cleanup (#4335) Summary: Without this, our boilplate config gets deleted on every run: https://github.com/JamesIves/github-pages-deploy-action#additional-build-files- Pull Request resolved: https://github.com/facebook/flipper/pull/4335 Reviewed By: lblasa Differential Revision: D41548935 Pulled By: passy fbshipit-source-id: aea68dbb28ed07f0102be05695aa6f6225ef6e11 --- .github/workflows/docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fab1b7535..6415a04bf 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,4 +25,6 @@ jobs: branch: gh-pages folder: website/build clean: true + clean-exclude: | + .circleci commit-message: "[ci skip] Deploying documentation update"