Skip to content

Commit 2d6d271

Browse files
committed
restoring packages in P3 docs GitHub action
1 parent 4af71ce commit 2d6d271

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-p3-docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818

19+
- name: Restore packages
20+
run: dotnet restore
21+
1922
- name: Run P3 Parser
2023
run: dotnet run --project Docs/P3/DocsGenerator/DocsGenerator.csproj
2124

0 commit comments

Comments
 (0)