Skip to content

ci: Add reusable workflow #2

ci: Add reusable workflow

ci: Add reusable workflow #2

Workflow file for this run

name: 'Website'
on:
push:
branches-ignore: ['*-no-ci']
tags-ignore: ['*']
permissions:
contents: 'read'
pages: 'write'
id-token: 'write'
jobs:
build-and-deploy:
name: 'Build And Deploy'
uses: 'fox-land/hyperupcall-action/.github/workflows/website.yml@main'