Skip to content

Merge branch 'gitops' of https://github.com/ibm-mas/cli into pk-gitop… #6684

Merge branch 'gitops' of https://github.com/ibm-mas/cli into pk-gitop…

Merge branch 'gitops' of https://github.com/ibm-mas/cli into pk-gitop… #6684

Workflow file for this run

name: Build Documentation
on:
push:
branches:
- '**'
tags-ignore:
- '**'
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Install and Build
run: |
bash build/bin/build-docs.sh
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.7
if: github.ref == 'refs/heads/master'
with:
branch: gh-pages
folder: site