Skip to content

Commit

Permalink
ci: remove unused scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 12, 2023
1 parent 0855023 commit b3f07af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .github/ProjectRoot/build-docs.sh

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: |
- name: Install docfx
run: |
sudo apt-get -y update
sudo apt-get -y install dotnet7
dotnet tool update -g docfx
- name: Build documentation
docfx docfx~/docfx.json

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b3f07af

Please sign in to comment.