Update blog, update workflow to integrate custom blag fork

- custom blag fork will render markdown with footnotes and strikethrough
This commit is contained in:
2024-01-18 02:49:27 -08:00
parent 1bb0a4281b
commit 0e9ecd5c34
6 changed files with 138 additions and 1 deletions

View File

@@ -39,6 +39,9 @@ jobs:
apt install -y curl tar p7zip-full python3.11 pip pipx
-
name: Install pipenv, build blog...
env:
PIPENV_USER: ${{ secrets.PRODUCTION_REGISTRY_USERNAME }}
PIPENV_PASS: ${{ secrets.PRODUCTION_REGISTRY_TOKEN }}
run: |
pip install pipenv
pipenv install