Skip to content

replace 'hostname' with 'bind' in config #149

replace 'hostname' with 'bind' in config

replace 'hostname' with 'bind' in config #149

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
build:
name: Build and deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Install dependencies
run: npm install
- name: Run Honkit
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