diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-23 12:01:11 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-23 12:01:11 +0200 |
commit | 5ecd539c6ac5dc205678a6cd225b74cfd974cfe2 (patch) | |
tree | 19f643e473a75f73bc2990ebbc752b201aa5b52d /.github | |
parent | 3755cf2eba17a98d8e78e0a286aa69a27e2041e6 (diff) | |
download | searxng-5ecd539c6ac5dc205678a6cd225b74cfd974cfe2.tar.gz searxng-5ecd539c6ac5dc205678a6cd225b74cfd974cfe2.zip |
[CI] JamesIves/github-pages-deploy-action SINGLE_COMMIT
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/integration.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 4cbb930dc..0efa5a703 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -86,6 +86,7 @@ jobs: BRANCH: gh-pages FOLDER: build/gh-pages CLEAN: true # Automatically remove deleted files from the deploy branch + SINGLE_COMMIT: True dockers: name: Docker |