Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Merge branch 'main' of github.com:ZhgChgLi/ZMediumToJekyll #58

Merge branch 'main' of github.com:ZhgChgLi/ZMediumToJekyll

Merge branch 'main' of github.com:ZhgChgLi/ZMediumToJekyll #58

Workflow file for this run

name: 'Automatic build'
on:
push:
branches:
- main
paths-ignore:
- .gitignore
- README.md
- LICENSE
workflow_dispatch:
workflow_run:
workflows: [ZMediumToMarkdown]
types:
- completed
jobs:
continuous-delivery:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0 # for posts's lastmod
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Deploy
run: bash tools/deploy.sh