Skip to content

chore: bump version to 18.8.0 w/ changelog #53

chore: bump version to 18.8.0 w/ changelog

chore: bump version to 18.8.0 w/ changelog #53

Workflow file for this run

name: Deploy Stable Docs
on:
push:
tags:
- 18.*.*
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'koobiq' }}
steps:
- uses: actions/checkout@v4
- name: Setup Yarn
uses: ./.github/workflows/actions/setup-yarn
- name: Build packages
uses: ./.github/workflows/actions/build-packages
- uses: ./.github/workflows/actions/build-docs
- name: Deploy
run: npx firebase deploy --only hosting:stable --token=${{ secrets.FIREBASE_DEPLOY_TOKEN }}
- name: Run Algolia DocSearch Crawler
uses: algolia/algoliasearch-crawler-github-actions@v1.1.12
id: algolia_docsearch_crawler
with:
crawler-user-id: ${{ secrets.ALGOLIA_DOCSEARCH_CRAWLER_USER_ID }}
crawler-api-key: ${{ secrets.ALGOLIA_DOCSEARCH_CRAWLER_API_KEY }}
algolia-app-id: 7N2W9AKEM6
algolia-api-key: ${{ secrets.ALGOLIA_DOCSEARCH_API_KEY }}
site-url: 'https://koobiq.io'
crawler-name: 'koobiq'