Skip to content

Bump neostandard from 0.12.0 to 0.12.1 (#199) #70

Bump neostandard from 0.12.0 to 0.12.1 (#199)

Bump neostandard from 0.12.0 to 0.12.1 (#199) #70

Workflow file for this run

name: cd
on:
push:
branches:
- main
concurrency:
group: pages
cancel-in-progress: true
jobs:
pages:
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
environment: production
- run: npm run build
- uses: actions/upload-pages-artifact@v3
with:
path: ./dist
- uses: actions/deploy-pages@v4