Skip to content

Commit

Permalink
Added step to install dependencies from requirements.txt in pages.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenaBana committed Aug 14, 2024
1 parent 9ff34b8 commit ae001df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
- uses: actions/checkout@master
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build and Commit
uses: sphinx-notes/pages@v2
- name: Push changes
Expand Down

0 comments on commit ae001df

Please sign in to comment.