Add Dockerfile and Action for image for building the docs

This commit is contained in:
Oleg Kalachev
2022-08-22 23:25:49 +03:00
parent 2372cdd7db
commit 3b1c08d20f
2 changed files with 51 additions and 0 deletions

15
.github/workflows/docs-docker.yaml vendored Normal file
View 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