Skip to content

Bump ws from 7.5.9 to 7.5.10 in /website (#848) #167

Bump ws from 7.5.9 to 7.5.10 in /website (#848)

Bump ws from 7.5.9 to 7.5.10 in /website (#848) #167

name: deploy-website
on:
push:
branches:
- master
# This job installs dependencies, builds the website, and pushes it to `gh-pages`
jobs:
deploy-website:
name: Deploy website
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: '16'
- name: Website Build
working-directory: website
run: |
yarn
yarn build
# Deploy the book's HTML to gh-pages branch
- name: GitHub Pages action
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: website/build
cname: h3geo.org