forked from Ponysearch/Ponysearch
parent
2fc7273141
commit
197a013d2e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
||||||
- name: Build documentation 🏗️
|
- name: Build documentation 🏗️
|
||||||
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 == 'ref/head/master'
|
if: github.ref == 'ref/heads/master'
|
||||||
uses: JamesIves/github-pages-deploy-action@e774cc50ed6e8e667bca6a331d2a3ba80c79debc
|
uses: JamesIves/github-pages-deploy-action@e774cc50ed6e8e667bca6a331d2a3ba80c79debc
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
|
|
||||||
dockers:
|
dockers:
|
||||||
name: Docker
|
name: Docker
|
||||||
if: github.ref == 'ref/head/master'
|
if: github.ref == 'ref/heads/master'
|
||||||
needs:
|
needs:
|
||||||
- python
|
- python
|
||||||
- themes
|
- themes
|
||||||
|
|
Loading…
Reference in a new issue