Skip to content

Commit

Permalink
update mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Jan 31, 2025
1 parent d9afbb4 commit 9118fd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,9 @@ jobs:
global-json-file: dotnet/global.json
- run: dotnet tool update -g docfx
- run: |
docfx docs/dotnet/docfx.json --verbose
mv docs/dotnet/_site build/dotnet/dev/
docfx docs/dotnet/docfx.json
mkdir -p build/dotnet/
mv docs/dotnet/_site build/dotnet/dev
- name: insert clarity snippet to *.html
working-directory: build/dotnet/dev/
shell: python
Expand Down

0 comments on commit 9118fd7

Please sign in to comment.