Skip to content

Update markdown.yml

Update markdown.yml #3

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