Skip to content

Commit

Permalink
GitHub Action Checkout Statiq.Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead authored and daveaglick committed Aug 24, 2020
1 parent acdf86a commit b930647
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,23 @@ jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: Statiq.Web
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- name: Get Source
uses: actions/checkout@v2
with:
path: Statiq.Web

- name: Checkout Statiq.Framework
uses: actions/checkout@v2
with:
repository: statiqdev/Statiq.Framework
path: Statiq.Framework

- name: Install .NET Core SDK
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit b930647

Please sign in to comment.