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}}
|
||||
working-directory: './packages/docs'
|
||||
|
||||
deploy_docs:
|
||||
update_algolia_index:
|
||||
needs: [publish]
|
||||
runs-on: ubuntu-18.04
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
@ -123,6 +124,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Upload docs on Algolia
|
||||
run: build:docs-meta
|
||||
run: yarn build:docs-meta
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user