Skip to content

build(deps): Bump JamesIves/github-pages-deploy-action #1248

build(deps): Bump JamesIves/github-pages-deploy-action

build(deps): Bump JamesIves/github-pages-deploy-action #1248

Workflow file for this run

name: Test build Docusaurus source
on: [push]
jobs:
test_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install yarn
run: npm install yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build Docusaurus from source
run: yarn build