Skip to content

Commit

Permalink
Remove extra util file, add note about running ps1 scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsha committed Sep 5, 2024
1 parent 35e1f38 commit 4f4dd71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ If local html pages don't appear to be updating, hard refresh website pages in b
If there are discrepancies between local and remote builds:

* Confirm local and remote docfx versions are consistent. This inconsistency can occur when, for example, running `docfx` instead of `dotnet docfx` or running `dotnet tool restore --configfile <configfile>` on another config file other than the one in this repo.
* Clear the local any cached files that aren't available remotely. Such files exist in the `api` directory (though care to not delete the `.gitignore` in that directory), the `_site` directory, and the workflows directory. Run `./docfx-util.ps1 -c` to clean artifacts from previous builds.
* Clear any locally cached files that aren't available remotely. Such files exist in the `api` directory (though care to not delete the `.gitignore` in that directory), the `_site` directory, and the workflows directory. Run `./docfx-util.ps1 -c` to clean artifacts from previous builds.

## Docs Maintainability

Expand Down
57 changes: 0 additions & 57 deletions docfx-util.ps1

This file was deleted.

0 comments on commit 4f4dd71

Please sign in to comment.