Skip to content

Commit

Permalink
ci: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Dec 4, 2023
1 parent aae0bd8 commit b4e214e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
# build on macos until bindgen is fixed
runs-on: macos-latest # runs-on: ubuntu-22.04
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -28,14 +28,6 @@ jobs:
with:
mdbook-version: "latest"

# - name: Setup | Update
# run: sudo apt-get update

# - name: Setup | System
# run: |
# sudo apt-get install doxygen python3-sphinx libgmp-dev ninja-build nodejs
# sudo pip install --upgrade pip

- name: Setup | System
run: |
brew install doxygen sphinx-doc gmp ninja node
Expand Down

0 comments on commit b4e214e

Please sign in to comment.