Skip to content

Commit

Permalink
generating P3 docs with GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
technites-pl committed Nov 25, 2023
1 parent 8bfbe3f commit 52ffe2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-p3-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run P3 Parser
run: dotnet run --project path/to/your/console/app.csproj
run: dotnet run --project Docs/P3/DocsGenerator/DocsGenerator.csproj

- name: Add, Commit & Push changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 52ffe2e

Please sign in to comment.