Skip to content

Create index.md

Create index.md #1

Workflow file for this run

name: buildingsbeingbuilt
on:
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Converts Markdown to HTML
uses: jaywcjlove/markdown-to-html-cli@main
with:
source: index.md
output: site/index.html