Jekyll 웹 사이트 만들기

1974 단어 actionshackathon

내 워크플로우


이 워크플로는 Jekyll 웹 사이트를 저장소에 직접 설치하는 것입니다.

제출 범주:


DIY 배포

Yaml 파일 또는 코드 링크


Yaml 파일
name: Create jekyll website
on:
  workflow_dispatch:
    home:
      description: 'location'
      required: false
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions/setup-ruby@v1
        with:
            ruby-version: '2.6'
      - name: Create a jekyll website
        run: |
          gem install jekyll bundler
          jekyll new jekyll-website

코드에 링크
https://github.com/chrissiemhrk/create-jekyll-website

기타 정보


나는 이 항목을 보고 이런 생각이 들었다

좋은 웹페이지 즐겨찾기