Skip to content

docs: update CONTRIBUTION.md #12

docs: update CONTRIBUTION.md

docs: update CONTRIBUTION.md #12

Workflow file for this run

# https://github.com/marketplace/actions/deploy-to-github-pages
name: Deploy React Native Benchmarking Versions
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy-react-native-page:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: .
branch: gh-pages