summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-11-17 15:54:14 +0100
committerAlexandre Flament <alex@al-f.net>2020-11-17 15:54:14 +0100
commit963b93b5433da09d00904fa231cbef209cbfbc45 (patch)
tree354d17076ae557ef084d092acf7c8e6db8ff0c5c
parentc9fb3ac34f9cf346a031c0cbf42536a0a17d2edd (diff)
downloadsearxng-963b93b5433da09d00904fa231cbef209cbfbc45.tar.gz
searxng-963b93b5433da09d00904fa231cbef209cbfbc45.zip
[fix] fix github workflow: deploy documentation
-rw-r--r--.github/workflows/integration.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index bd348d270..8821ec2d0 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -69,7 +69,7 @@ jobs:
run: SEARX_DEBUG=1 make V=1 travis-gh-pages
- name: Deploy 🚀
if: github.ref == 'refs/heads/master'
- uses: JamesIves/github-pages-deploy-action@e774cc50ed6e8e667bca6a331d2a3ba80c79debc
+ uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ github.token }}
BRANCH: gh-pages