Skip to content

Commit

Permalink
Update deploy-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarry Shaw authored Dec 27, 2021
1 parent 0cd9953 commit 312bad5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
brew install python libmagic
python3.9 -m pip install -U pip setuptools wheel
python3.9 -m pip install -r docs/requirements.txt
python3.9 -m pip install .
python -m pip install -U pip setuptools wheel
python -m pip install -r docs/requirements.txt
python -m pip install .
make -C docs html
# disable Jekyll
Expand Down

0 comments on commit 312bad5

Please sign in to comment.