diff options
author | Alexandre Flament <alex@al-f.net> | 2021-02-02 08:37:00 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-02-02 08:53:57 +0100 |
commit | 90b9d0d6a8248832ba5a093ba7540ea6dd9b531a (patch) | |
tree | 2153107cc67d0237fb21df1e1116c635eaf68c3b /.github/workflows | |
parent | 34de715e620a192185e093e1e6caca04ae3cb77a (diff) | |
download | searxng-90b9d0d6a8248832ba5a093ba7540ea6dd9b531a.tar.gz searxng-90b9d0d6a8248832ba5a093ba7540ea6dd9b531a.zip |
[mod] CI: minor changes
* utils/makefile.python: travis-gh-pages renamed ci-gh-pages
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7d0b97447..59eb4c560 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -73,7 +73,7 @@ jobs: python-version: '3.9' architecture: 'x64' - name: Build documentation - run: SEARX_DEBUG=1 make V=1 travis-gh-pages + run: SEARX_DEBUG=1 make V=1 ci-gh-pages - name: Deploy if: github.ref == 'refs/heads/master' uses: JamesIves/github-pages-deploy-action@3.7.1 |