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:
committed by
Facebook GitHub Bot
parent
f34b6f52ed
commit
c0cf7d62d6
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -25,4 +25,6 @@ jobs:
|
|||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: website/build
|
folder: website/build
|
||||||
clean: true
|
clean: true
|
||||||
|
clean-exclude: |
|
||||||
|
.circleci
|
||||||
commit-message: "[ci skip] Deploying documentation update"
|
commit-message: "[ci skip] Deploying documentation update"
|
||||||
|
|||||||
Reference in New Issue
Block a user