Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
not my fault?
  • Loading branch information
ThisAMJ committed Jul 30, 2024
1 parent 558931d commit 086fe1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
python-version: "3.x"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Setup Pages
uses: actions/configure-pages@v3

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Markdown==3.6

0 comments on commit 086fe1a

Please sign in to comment.