Skip to content

first commit

first commit #1

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy step
run: echo "Deploy step placeholder. Add deployment logic here."