Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Create README.md

Create README.md #4

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main # Set this to the default branch of your repository
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: . # The folder the action should deploy.