mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Add Dockerfile and Action for image for building the docs
This commit is contained in:
15
.github/workflows/docs-docker.yaml
vendored
Normal file
15
.github/workflows/docs-docker.yaml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Build docs Docker image
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ '*' ]
|
||||
|
||||
jobs:
|
||||
docs-docker:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker build -t clover-docs:latest docs
|
||||
Reference in New Issue
Block a user