.github/workflows/proof-html.yml

Jmnote (토론 | 기여)님의 2024년 2월 18일 (일) 14:35 판 (새 문서: ==개요== ;.github/workflows/proof-html.yml <syntaxhighlight lang='yaml'> name: Proof HTML on: push: workflow_dispatch: jobs: build: runs-on: ubuntu-latest steps:...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

.github/workflows/proof-html.yml
name: Proof HTML
on:
  push:
  workflow_dispatch:
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: anishathalye/proof-html@v1.1.0
        with:
          directory: ./

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}