Skip to content

Fix: Correct release links to point to the latest version #3

Fix: Correct release links to point to the latest version

Fix: Correct release links to point to the latest version #3

Workflow file for this run

name: "Deploy Landing Page"
on:
push:
branches:
- main
paths:
- 'website/**'
- '.github/workflows/gh-pages.yml'
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website