Skip to content

feat: add Open Graph image mapping for services to enhance SEO and sh… #66

feat: add Open Graph image mapping for services to enhance SEO and sh…

feat: add Open Graph image mapping for services to enhance SEO and sh… #66

name: Deploy to GitHub Pages
on:
push:
branches:
- master
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: pages
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v5
- name: Install D2 CLI
run: curl -fsSL https://d2lang.com/install.sh | sh -s --
- name: Install, build, and upload your site
uses: withastro/action@v5
deploy:
needs: build
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4