Skip to content

fix: remove baseUrl from json-lg image in detail blog page (#58) #23

fix: remove baseUrl from json-lg image in detail blog page (#58)

fix: remove baseUrl from json-lg image in detail blog page (#58) #23

Workflow file for this run

# .github/workflows/build-and-deploy.yml
name: CI CD
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Build
run: |
pnpm install
pnpm run build
- name: Deploy to GitHub Pages
# https://github.com/JamesIves/github-pages-deploy-action
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: out