Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

CI : CNAME 설정 추가 (book.openinfra-kr.org) #1

CI : CNAME 설정 추가 (book.openinfra-kr.org)

CI : CNAME 설정 추가 (book.openinfra-kr.org) #1

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.