Skip to content

Fix page title not being updated when navigating #1080

Fix page title not being updated when navigating

Fix page title not being updated when navigating #1080

Workflow file for this run

name: Preview
on:
pull_request:
paths:
- src/**
jobs:
pr:
name: Pull Request
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Upload Source
uses: actions/upload-artifact@v4
with:
name: XKit Rewritten (#${{ github.event.pull_request.number }})
path: src/**