There’s no need to strip the HTML from `.md` docs anymoar

This commit is contained in:
Sijawusz Pur Rahnama 2023-01-03 17:04:37 +01:00
parent 853f84d954
commit 1514fc53ca
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,7 @@ jobs:
run: shards install
- name: Build docs
run: |
sed -i -e 's:<.*>::g' README.md
crystal docs --project-version="${{ env.GITHUB_REF_SLUG }}" --source-refname="${{ env.GITHUB_SHA_SHORT }}"
run: crystal docs --project-version="${{ env.GITHUB_REF_SLUG }}" --source-refname="${{ env.GITHUB_SHA_SHORT }}"
- name: Deploy docs 🚀
uses: JamesIves/github-pages-deploy-action@v4