Skip to content

Merge pull request #176 from blz-it/dependabot/npm_and_yarn/types/rea… #86

Merge pull request #176 from blz-it/dependabot/npm_and_yarn/types/rea…

Merge pull request #176 from blz-it/dependabot/npm_and_yarn/types/rea… #86

Workflow file for this run

name: Deploy Astro Project to GitHub Pages
on:
push:
branches: [main]
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install, Build, and Upload
uses: withastro/action@v1
deploy:
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@v4