Skip to content

Make index page great again #49

Make index page great again

Make index page great again #49

Workflow file for this run

on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
- uses: withastro/action@v6
with:
path: ./website
- id: deployment
uses: actions/deploy-pages@v5