Skip to content

Unify HTML title tags and button hover styling for single source cohe… #41

Unify HTML title tags and button hover styling for single source cohe…

Unify HTML title tags and button hover styling for single source cohe… #41

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.