Skip to content

Commit

Permalink
Revert docs rendering for now (we want interlinks)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Oct 11, 2024
1 parent 8529222 commit 390ce7d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ jobs:
run: |
pip install .[dev]
- name: Generate API docs
run: cd docs;quartodoc build;quarto add --no-prompt machow/quartodoc;quartodoc interlinks;
- name: Build documentation
run: |
make docs
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
- name: Publish to GitHub Pages
uses: peaceiris/actions[email protected]
with:
target: gh-pages
path: docs/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_site/

0 comments on commit 390ce7d

Please sign in to comment.