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
This commit is contained in:
Pascal Hartig
2022-11-28 05:16:16 -08:00
committed by Facebook GitHub Bot
parent f34b6f52ed
commit c0cf7d62d6

View File

@@ -25,4 +25,6 @@ jobs:
branch: gh-pages
folder: website/build
clean: true
clean-exclude: |
.circleci
commit-message: "[ci skip] Deploying documentation update"