Skip to content

[refactor] Blog 리스트, 디테일 페이지 #8

[refactor] Blog 리스트, 디테일 페이지

[refactor] Blog 리스트, 디테일 페이지 #8

Workflow file for this run

name: Build Test
on:
pull_request:
branches: [main, develop]
workflow_dispatch:
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v3