Skip to content

fix: broken link

fix: broken link #28

Workflow file for this run

name: Astro CI
# Runs on all pull requests to main branch
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v1