Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Merge pull request #55 from nonoakij/renovate/pin-dependencies #94

Merge pull request #55 from nonoakij/renovate/pin-dependencies

Merge pull request #55 from nonoakij/renovate/pin-dependencies #94

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Install, build, and upload your site
uses: withastro/action@877fd7e5cf5dc5d213f6701c790972aa25452ad3 # v2
with:
path: ./docs
node-version: 20.13.1
package-manager: pnpm@latest
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@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4