Skip to content

chore: Claude Code 설정에 gh 및 git 권한 추가 #5

chore: Claude Code 설정에 gh 및 git 권한 추가

chore: Claude Code 설정에 gh 및 git 권한 추가 #5

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Render Quarto project
uses: quarto-dev/quarto-actions/render@v2
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_branch: gh-pages
cname: book.openinfra-kr.org