Skip to content

Commit

Permalink
fix make command
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 1, 2024
1 parent 45e8f5e commit a5d2c65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 22
cache: 'npm'
cache-dependency-path: 'javascript/package-lock.json'

# - run: sudo apt-get install -y python3-clang python3-pip libclang-dev clang

- name: Build sphinx docs
run: make docs
run: make html

- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit a5d2c65

Please sign in to comment.