Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
drasticactions committed Jul 15, 2023
1 parent 753cebb commit 07e08ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of commits

# Install .NET Core SDK
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x

- uses: dotnet/nbgv@master

# Publish the site
- name: Build and Publish Site Artifacts
run: dotnet publish website/FishyFlipSite/FishyFlipSite.csproj -c:Release -o:publish -p:GHPages=true
Expand Down

0 comments on commit 07e08ab

Please sign in to comment.