Skip to content

Fix: Image optimization in dev mode (#28) #27

Fix: Image optimization in dev mode (#28)

Fix: Image optimization in dev mode (#28) #27

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v4
- name: Build the site
uses: withastro/action@v3
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4