Skip to content

chore: bump version to 19.8.0 w/ changelog #115

chore: bump version to 19.8.0 w/ changelog

chore: bump version to 19.8.0 w/ changelog #115

Workflow file for this run

name: Deploy Stable Docs
on:
push:
tags:
- 19.*.*
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
checks: write
jobs:
build:
name: Build
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'koobiq' }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Node
uses: ./.github/workflows/actions/setup-node
- name: Build packages
uses: ./.github/workflows/actions/build-packages
- uses: ./.github/workflows/actions/build-docs
- name: Deploy
uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0.10.0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_KOOBIQ }}'
firebaseToolsVersion: '15.3.1'
projectId: koobiq
target: stable
channelId: live
- name: Run Algolia DocSearch Crawler
uses: algolia/algoliasearch-crawler-github-actions@3ae4def15d82c60aa02b0e528b50167593cbaaf6 # v1.1.13
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'