Skip to content

Bump the ci-dependencies group with 2 updates (#88) #110

Bump the ci-dependencies group with 2 updates (#88)

Bump the ci-dependencies group with 2 updates (#88) #110

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Install, build, and upload your site
uses: withastro/action@15aa0a5a1e067940253e3b259413ab2ae882a740 # v5.2.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@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0