Skip to content

chore: cosmetic adjustments to features image widths #11

chore: cosmetic adjustments to features image widths

chore: cosmetic adjustments to features image widths #11

Workflow file for this run

name: Production
on:
push:
branches:
- main
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install, build, and upload
uses: withastro/action@v1
env:
SITE: "https://${{ github.repository_owner }}.github.io"
BASE_URL: "${{ github.event.repository.name }}"
deploy:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1