Skip to content

Instantly share code, notes, and snippets.

View k3env's full-sized avatar
🏠
Working from home

Sergey Tulonov k3env

🏠
Working from home
View GitHub Profile
@k3env
k3env / workflow.yml
Created October 9, 2022 11:52
Depoly react app to gh-pages via actions
# Simple workflow for deploying static content to GitHub Pages
name: Deploy React project to GitHub Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ['main']
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: