Skip to content

fix: Update content.yaml #13

fix: Update content.yaml

fix: Update content.yaml #13

Workflow file for this run

name: Deploy
on:
push:
branches: [master]
jobs:
website:
runs-on: ubuntu-latest
name: Website
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- run: |
yarn
yarn build
yarn next export
touch ./out/.nojekyll
# deploy build to gh-pages
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: out