Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkttu authored Jan 24, 2024
1 parent cdeb677 commit d8b815d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Setup dotnet-script
run: dotnet tool install -g dotnet-script
#- name: Validate Catalog
# run: dotnet script --no-cache ./src/CatalogValidation.csx -- ./docs/Catalog.xml

# run: dotnet script --no-cache ./src/CatalogValidation.csx -- ./docs/Catalog.xml
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit d8b815d

Please sign in to comment.