Skip to content

Update main.yml

Update main.yml #34

Workflow file for this run

name: build html from md
on:
push:
branches:
- 'master'
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
Job1:
runs-on: windows-latest
steps:
- name: Converts Markdown to HTML
uses: jaywcjlove/markdown-to-html-cli@main
with:
source: README.md
output: index.html
github-corners: https://github.com/vsouza/awesome-ios
favicon: data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌐</text></svg>