diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 50c95c8..0af2dd9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,9 +40,7 @@ jobs: - name: Rendering markdown to HTML run: | - python3 -m venv output/mdrender/venv - . ./output/mdrender/venv/bin/activate - python3 -m pip install -r output/mdrender/requirements.txt + python3 -m pip install -r output/rendermd/requirements.txt python3 output/mdrender/main.py --goal wiki - name: Building website @@ -57,4 +55,4 @@ jobs: path: "./output/buildenv/build/" - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1