Skip to content

Merge pull request #95 from xarlizard/dependabot/npm_and_yarn/babel/h… #70

Merge pull request #95 from xarlizard/dependabot/npm_and_yarn/babel/h…

Merge pull request #95 from xarlizard/dependabot/npm_and_yarn/babel/h… #70

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."