Skip to content

style\refac(front): #2 update distribution #11

style\refac(front): #2 update distribution

style\refac(front): #2 update distribution #11

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:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
- uses: withastro/action@v3
with:
node-version: 22
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@854d7aa1b99e4509c4d1b53d69b7ba4eaf39215a