Skip to content

Commit

Permalink
Removed reusable build workflow to outside steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ncguilbeault committed Jul 5, 2024
1 parent c87231a commit 98f27f2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ on:
workflow_dispatch:

jobs:
build_solution:
uses: ./.github/workflows/build.yml

build_docs:
runs-on: windows-latest
steps:
- name: Build Solution
uses: ./.github/workflows/build.yml
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4.0.0
Expand Down

0 comments on commit 98f27f2

Please sign in to comment.