mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix: algolia job
This commit is contained in:
parent
556d625a41
commit
d26324f56b
5
.github/workflows/main.yaml
vendored
5
.github/workflows/main.yaml
vendored
@ -109,9 +109,10 @@ jobs:
|
|||||||
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID}}
|
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID}}
|
||||||
working-directory: './packages/docs'
|
working-directory: './packages/docs'
|
||||||
|
|
||||||
deploy_docs:
|
update_algolia_index:
|
||||||
needs: [publish]
|
needs: [publish]
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
if: ${{ github.event_name == 'push' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@ -123,6 +124,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
- name: Upload docs on Algolia
|
- name: Upload docs on Algolia
|
||||||
run: build:docs-meta
|
run: yarn build:docs-meta
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user