Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
fix missing paths
  • Loading branch information
FadySalama authored Feb 6, 2024
1 parent bfad09d commit a0ac964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
dotnet-version: 8.x

- run: dotnet tool update -g docfx
- run: docfx <docfx-project-path>/docfx.json
- run: docfx WoT/docfx.json

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '<docfx-project-path>/_site'
path: 'WoT/_site'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit a0ac964

Please sign in to comment.