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 312bad5 commit 56e5bb6
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
python -m pip install -U pip setuptools wheel
python -m pip install -r docs/requirements.txt
python -m pip install .
python3 -m pip install -U pip setuptools wheel
python3 -m pip install -r docs/requirements.txt
python3 -m pip install .
make -C docs html
# disable Jekyll
Expand Down

0 comments on commit 56e5bb6

Please sign in to comment.