Skip to content

Instantly share code, notes, and snippets.

@PaburoTC
Created January 11, 2021 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaburoTC/3b5764b4d9f4f3689225ca63d88b7820 to your computer and use it in GitHub Desktop.
Save PaburoTC/3b5764b4d9f4f3689225ca63d88b7820 to your computer and use it in GitHub Desktop.
name: CI/CD
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy react app to github pages
uses: tanwanimohit/deploy-react-to-ghpages@v1.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment