Skip to content

Merge pull request #63 from r-argentina-programa/fix/testimonio-error #40

Merge pull request #63 from r-argentina-programa/fix/testimonio-error

Merge pull request #63 from r-argentina-programa/fix/testimonio-error #40

name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build
run: |
yarn
yarn build
env:
REACT_APP_YOUTUBE_API_KEY: ${{ secrets.REACT_APP_YOUTUBE_API_KEY }}
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build