Skip to content

Commit

Permalink
Update build-gh-pages.yml
Browse files Browse the repository at this point in the history
faafo
  • Loading branch information
Freymaurer authored Jan 9, 2025
1 parent fcdfb98 commit 2846e3f
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/build-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup .NET 3.1
uses: actions/setup-dotnet@v3
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.301

- name: Setup .NET 5
uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.102
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
- name: Restore dotnet tools
run: dotnet tool restore
Expand All @@ -51,4 +50,4 @@ jobs:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: ./src/_public # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch
CLEAN: true # Automatically remove deleted files from the deploy branch

0 comments on commit 2846e3f

Please sign in to comment.