Skip to content

Bump astro from 5.13.8 to 5.14.1 in the javascript-dependencies group #40

Bump astro from 5.13.8 to 5.14.1 in the javascript-dependencies group

Bump astro from 5.13.8 to 5.14.1 in the javascript-dependencies group #40

Workflow file for this run

name: "Deploy to GitHub Pages"
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- name: "Install, build, and upload your site"
uses: withastro/action@77fad83745446cf039d76af7037b782f1af80749 # v4.1.0
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
contents: read
pages: write
id-token: write
steps:
- name: "Deploy to GitHub Pages"
id: deployment
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5