Skip to content

ci: Use new reusable workflows #7

ci: Use new reusable workflows

ci: Use new reusable workflows #7

Workflow file for this run

name: 'Website'
on:
push:
branches-ignore: ['*-no-ci']
pull_request:
branches-ignore: ['*-no-ci']
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'