mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-01 12:13:38 +00:00
5a00a6b32f
* Update drone to v1.x * Add GitHub Actions
19 lines
294 B
Go
19 lines
294 B
Go
on:
|
|
push:
|
|
pull_request:
|
|
|
|
name: CI
|
|
|
|
jobs:
|
|
build:
|
|
name: Build GitBook
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@master
|
|
with:
|
|
fetch-depth: 2
|
|
- name: Build
|
|
uses: docker://yeasy/docker_practice
|
|
with:
|
|
args: build
|