Skip to content

Website

Website #1

Workflow file for this run

name: Website
on:
workflow_dispatch:
jobs:
website-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
echo Please run it from the "site" branch.
exit 1