Skip to content

fix: windows favicon path (#554) #202

fix: windows favicon path (#554)

fix: windows favicon path (#554) #202

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Deploy website
uses: ./.github/actions/deploy-website
with:
production: true
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
netlify-site-id: ${{ secrets.NETLIFY_SITE_ID }}