Skip to content

Commit

Permalink
Fix documentation yml path
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Oct 6, 2023
1 parent 6279360 commit 9ebaa73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
- name: Build DOxygen documentation
uses: mattnotmitt/[email protected]
with:
working-directory: './backend'
doxyfile-path: 'backend/Doxyfile'
working-directory: '../../backend'
doxyfile-path: '../../backend/Doxyfile'
enable-latex: true

- name: Build JSDoc documentation
uses: andstor/jsdoc-action@v1
with:
source_dir: ./frontend/src/lib
source_dir: '../../frontend/src/lib'
recurse: true
output_dir: ./docs/jsdoc
output_dir: '../../docs/jsdoc'
deploy:
needs: build-documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9ebaa73

Please sign in to comment.