Skip to content

latest build

latest build #19

Workflow file for this run

# name: CI
# on:
# push:
# branches:
# - master
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v1
# - name: Build
# run: |
# npm install
# npm run predeploy
# env:
# REACT_APP_OPENWEATHERMAP_API_KEY: ${{ secrets.REACT_APP_OPENWEATHERMAP_API_KEY }}
# - name: Deploy
# uses: JamesIves/github-pages-deploy-action@releases/v3
# with:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# BRANCH: gh-pages
# FOLDER: build