Skip to content

Commit

Permalink
add doc generation path
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed May 11, 2024
1 parent 6e8439e commit e8cfacf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ jobs:
run: cargo doc
- name: Upload documentation
uses: actions/upload-artifact@v3
with:
name: documentation
path: target/doc/**

0 comments on commit e8cfacf

Please sign in to comment.