Skip to content

Commit

Permalink
Update to latest version of lunet to fix 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Aug 24, 2023
1 parent 2650cb6 commit 4f738ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Install .NET 5.0
uses: actions/setup-dotnet@v1
- name: Install .NET 7.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0.x'
dotnet-version: '7.0.x'

- name: Build web site
run: |
dotnet tool install --global lunet
dotnet tool install --global lunet --version "0.5.*"
lunet --input-dir site build
- name: Deploy web site
Expand Down

0 comments on commit 4f738ac

Please sign in to comment.