Skip to content

build(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /docs (#526) #190

build(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /docs (#526)

build(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /docs (#526) #190

Workflow file for this run

name: Deploy docs on merge
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'docs/**'
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: '18'
check-latest: false
- name: Install Expo CLI
run: yarn global add expo-cli
- name: Install packages and build storybook
run: |
pushd ./docs
yarn install --network-concurrency 1
yarn build
popd
- name: Deploy to firebase
uses: FirebaseExtended/action-hosting-deploy@v0
with:
entryPoint: './docs'
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DOOBOOLAB_2F044 }}'
channelId: live
projectId: dooboolab-2f044
target: dooboo-ui
env:
FIREBASE_CLI_PREVIEWS: hostingchannels