Skip to content

fix link to brew cask #42

fix link to brew cask

fix link to brew cask #42

Workflow file for this run

name: Deploy Website to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: website
clean: true