Skip to content

Commit

Permalink
attempt fix mkdocs authors not using git command in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Sep 18, 2024
1 parent 1099c1b commit 794b1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# python-version: '3.10'
- name: Install requirements 📦
run: |
sudo apt-get install -y python3-lxml
sudo apt install -y python3-lxml git
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Deploy 📦
Expand Down

0 comments on commit 794b1af

Please sign in to comment.