Skip to content

Bump the ci-dependencies group with 1 update #84

Bump the ci-dependencies group with 1 update

Bump the ci-dependencies group with 1 update #84

Workflow file for this run

---
name: Deploy to GitHub Pages
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install, build, and upload your site
uses: withastro/action@f122c0232093b3504e4c841a46c2eebd07c47392 # v0.3.0
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
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@7a9bd943aa5e5175aeb8502edcc6c1c02d398e10 # v4.0.2