Skip to content

chore(deps): bump @opentelemetry/instrumentation from 0.47.0 to 0.48.0 #141

chore(deps): bump @opentelemetry/instrumentation from 0.47.0 to 0.48.0

chore(deps): bump @opentelemetry/instrumentation from 0.47.0 to 0.48.0 #141

Workflow file for this run

name: "update docs"
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
- name: Build docs
env:
NODE_OPTIONS: "--max-old-space-size=8192"
run: yarn run docs
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: .built-docs # The folder the action should deploy.