mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
[fix] fix github workflow: deploy documentation
This commit is contained in:
parent
c9fb3ac34f
commit
963b93b543
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
run: SEARX_DEBUG=1 make V=1 travis-gh-pages
|
run: SEARX_DEBUG=1 make V=1 travis-gh-pages
|
||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
uses: JamesIves/github-pages-deploy-action@e774cc50ed6e8e667bca6a331d2a3ba80c79debc
|
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
|
Loading…
Reference in New Issue
Block a user