2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-14 12:52:17 +00:00
Files
mysql/.github/workflows/build-docs.yml
2022-03-22 00:16:44 +01:00

32 lines
733 B
YAML

#
# Copyright (c) 2019-2022 Ruben Perez Hidalgo (rubenperez038 at gmail dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
name: Build docs
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
container:
image: ghcr.io/anarthal/build-docs:latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build docs
run: bash -e -x tools/build_docs.sh
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: /opt/boost/libs/mysql/doc/html