Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Fix doc path

Signed-off-by: Enrico Ghiorzi <[email protected]>
  • Loading branch information
EnricoGhiorzi authored May 31, 2024
1 parent 25b8c21 commit 9135578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload docs folder
path: 'docs'
path: 'target/doc'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
folder: docs # The folder the action should deploy.
folder: target/doc # The folder the action should deploy.

0 comments on commit 9135578

Please sign in to comment.