Skip to content

Commit

Permalink
Updates after chnaged domain format
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Nov 2, 2023
1 parent bf58432 commit 511ee05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: .\bin\*nupkg

- name: Clear documentation folder
run: Remove-Item .\docs\* -Recurse -Force -Exclude _config.yml
run: Remove-Item .\docs\* -Recurse -Force -Exclude _config.yml,CNAME

- name: Build documentation
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" src\net\KEFCore.sln

- name: Clear documentation folder
run: Remove-Item .\docs\* -Recurse -Force -Exclude _config.yml
run: Remove-Item .\docs\* -Recurse -Force -Exclude _config.yml,CNAME

- name: Build documentation
run: |
Expand Down

0 comments on commit 511ee05

Please sign in to comment.