Skip to content

Commit f981eea

Browse files
Merge branch 'main' of https://github.com/MonoGame/docs.monogame.github.io into consoles
2 parents 5744cc8 + b2b330e commit f981eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
with:
3232
dotnet-version: '8.0.x'
3333

34-
- name: Restore NPM Packages
35-
run: npm install
34+
- name: Restore dotnet tools
35+
run: dotnet tool restore
3636

3737
- name: Build Site
3838
run: npm run build

0 commit comments

Comments
 (0)