Skip to content

Merge pull request #227 from badtuxx/add-helm #146

Merge pull request #227 from badtuxx/add-helm

Merge pull request #227 from badtuxx/add-helm #146

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install the dependencies
run: npm install
- name: Build docs
run: npx honkit build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: _book