Skip to content

Instantly share code, notes, and snippets.

View Gesrua's full-sized avatar
💭
摆烂中

Gesrua Gesrua

💭
摆烂中
View GitHub Profile
@Gesrua
Gesrua / main.yml
Created August 30, 2019 05:10
GitHub Actions Hexo
name: CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master