Skip to content

fix(mdx-loader): prevent Open Graph images from being inserted as base64 #2432

fix(mdx-loader): prevent Open Graph images from being inserted as base64

fix(mdx-loader): prevent Open Graph images from being inserted as base64 #2432

Workflow file for this run

name: Build Blog-only
on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- packages/**
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
name: Build Blog-only
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Set up Node
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
node-version: '18'
cache: yarn
- name: Installation
run: yarn
- name: Build blog-only
run: yarn workspace website build:blogOnly