You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2021/08/30 21:23:14 UTC

[cordova-docs] branch master updated: ci(deploy): add archive to clean-exclude option (#1196)

This is an automated email from the ASF dual-hosted git repository.

purplecabbage pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 9931a8b  ci(deploy): add archive to clean-exclude option (#1196)
9931a8b is described below

commit 9931a8b68ec1adb77fa62935aa8d75c2e21d5d81
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Aug 31 06:23:08 2021 +0900

    ci(deploy): add archive to clean-exclude option (#1196)
---
 .github/workflows/deploy.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index a896947..cf77423 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -34,5 +34,7 @@ jobs:
       - name: Run deploy
         uses: JamesIves/github-pages-deploy-action@5dc1d5a192aeb5ab5b7d5a77b7d36aea4a7f5c92
         with:
-          BRANCH: asf-site
-          FOLDER: build-prod
+          branch: asf-site
+          folder: build-prod
+          clean-exclude: |
+            archive

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org