Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

remove navbar underline #26

remove navbar underline

remove navbar underline #26

Workflow file for this run

on:
push:
branches: main
name: Render and Deploy
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}