Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Nov 16, 2024
1 parent d68fabd commit 3cc7df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Generate documentation
run: |
cd src && pdoc3 --html --output-dir ../docs .
pdoc3 --html ./src/enrgdaq/ --output-dir docs/
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/src
publish_dir: ./docs/enrgdaq
publish_branch: gh-pages
42 changes: 0 additions & 42 deletions src/enrgdaq/run_tests.py

This file was deleted.

0 comments on commit 3cc7df1

Please sign in to comment.