Skip to content

Update README.md

Update README.md #9

Workflow file for this run

name: publish to gh-pages
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
name: Generate & Deploy
steps:
# Checkout your repo locally
- uses: actions/checkout@v2
# Deploy in Github Pages (you can use others)
- name: deploy to gh-pages
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: .