Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine package and doc builds
Browse files Browse the repository at this point in the history
dtchepak committed Apr 20, 2024
1 parent 7509560 commit 8382ff7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
@@ -23,15 +23,11 @@ jobs:
7.0.x
8.0.x
- name: Build package
run: dotnet run --project 'build/build.fsproj' Package

# used for documentation
- name: Setup Ruby
- name: Setup Ruby for documentation build
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true

- name: Build docs
run: dotnet run --project 'build/build.fsproj' Documentation
- name: Build package and docs
run: dotnet run --project 'build/build.fsproj' Package Documentation

0 comments on commit 8382ff7

Please sign in to comment.