Skip to content

feat(components/version): allow to remove version prefix #82

feat(components/version): allow to remove version prefix

feat(components/version): allow to remove version prefix #82

Workflow file for this run

on:
push:
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
name: πŸ—οΈ Deploy
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: πŸ“¦ Checkout
uses: actions/checkout@v4
- name: 🧰 Build
uses: withastro/action@v3
deploy:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: πŸš€ Upload
uses: actions/deploy-pages@v4