Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Morsiusiurandum authored Jul 13, 2024
1 parent 4974bbf commit 49eeb8a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/help-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
projectPath: moon-dev/
buildMethod: UnityBuilderAction.BuildScript.Build

- name: Dotnet Setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x

- name: Build Documentation
uses: nikeee/[email protected]
with:
Expand Down Expand Up @@ -66,4 +71,4 @@ jobs:
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: main
workingDirectory: ./_site
wranglerVersion: '3'
wranglerVersion: '3'

0 comments on commit 49eeb8a

Please sign in to comment.