Skip to content

Commit

Permalink
Update ndepend-github.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias authored May 3, 2024
1 parent 4fe630d commit a32018a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ndepend-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
license: ${{ secrets.NDependLicense }}
solution: build/Stride.sln

# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3.9.2
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: stride-docs/_site
# publish_branch: gh-pages
- name: Deploy
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _temp/NDependOut
publish_branch: gh-pages

0 comments on commit a32018a

Please sign in to comment.