Skip to content

[CUBRIDMAN-222] DBLink설명란에 단락 구분 및 althost관련 예제 추가 #1141

[CUBRIDMAN-222] DBLink설명란에 단락 구분 및 althost관련 예제 추가

[CUBRIDMAN-222] DBLink설명란에 단락 구분 및 althost관련 예제 추가 #1141

Workflow file for this run

#
#
# Copyright 2016 CUBRID Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: github-checks
on:
- pull_request
# Set environment variables available to all action steps.
env:
DOMAIN: cubrid-manual-${{ github.event.pull_request.number }}.surge.sh
jobs:
build_docs:
runs-on: ubuntu-latest
strategy:
matrix:
lang: [en, ko]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build and Test Sphinx Doc
uses: ammaraskar/sphinx-action@master
with:
docs-folder: ${{ matrix.lang }}
pre-build-command: "pip install sphinx-rtd-theme==1.3.0"
- name: Check link
uses: ammaraskar/sphinx-action@master
with:
docs-folder: ${{ matrix.lang }}
pre-build-command: "pip install sphinx-rtd-theme==1.3.0"
build-command: make linkcheck