Skip to content

Commit

Permalink
Fixed workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrulez committed Jan 5, 2024
1 parent 3a00f6e commit 2d1d3ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs-publish2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.x
dotnet-version: 8.x

- name: Clear docs host repo
run: rm -rf _site/*
Expand Down

0 comments on commit 2d1d3ae

Please sign in to comment.