Skip to content

Commit

Permalink
debug GH sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Oct 25, 2023
1 parent 397c72c commit 9cc6d2b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,11 @@ jobs:

- name: Install JS librairies
working-directory: ./frontend
run: npm install --only=dev

- name: Package.json content
working-directory: ./frontend
run: cat package.json
run: npm install

- name: Build JS documentation
working-directory: ./frontend
run: npm run buildDoc
run: npm run docBuild

- name: Build and Commit
uses: sphinx-notes/pages@v2
Expand Down

0 comments on commit 9cc6d2b

Please sign in to comment.