Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Merge branch 'master' of https://github.com/XoticLLC/setup.blacket.org #2

Merge branch 'master' of https://github.com/XoticLLC/setup.blacket.org

Merge branch 'master' of https://github.com/XoticLLC/setup.blacket.org #2

Workflow file for this run

name: Deploy
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and Deploy React app to GitHub Pages
uses: omkartapale/react-deployment-gh-pages@v1.0.0