Skip to content

add custom favicon

add custom favicon #3

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Setup Square Cloud
uses: squarecloudofc/github-action@v2
with:
token: ${{ secrets.SQUARECLOUD_TOKEN }}
install-only: true
- name: Commit to Square Cloud
run: squarecloud commit ${{ secrets.SQUARECLOUD_APP_ID }} -r