Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FabulousCodingFox authored Jan 11, 2024
1 parent c2c9f76 commit 96fcfb1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -57,4 +55,4 @@ jobs:
path: "./output/buildenv/build/"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit 96fcfb1

Please sign in to comment.