Skip to content

Update README.md with detailed file/function specification table; imp… #9

Update README.md with detailed file/function specification table; imp…

Update README.md with detailed file/function specification table; imp… #9

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: . # The folder the action should deploy.
branch: gh-pages # The branch the action should deploy to.