Skip to content

Merge pull request #75 from xarlizard/dependabot/github_actions/actio… #60

Merge pull request #75 from xarlizard/dependabot/github_actions/actio…

Merge pull request #75 from xarlizard/dependabot/github_actions/actio… #60

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: production
url: https://www.npmjs.com/package/react-api-forge
steps:
- uses: actions/checkout@v6
- name: Build and Deploy
run: echo "This is a template. Add your deployment command here, e.g., npm run deploy, scp, rsync, or a cloud CLI."