Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from Banno/ChristopherDavenport-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport authored Jul 22, 2020
2 parents 0ea4c35 + 8aa798b commit 2d11e68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
SCALA_VERSION: ${{ matrix.scala }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v7
with:
java-version: ${{ matrix.java }}
Expand Down Expand Up @@ -69,4 +71,4 @@ jobs:
gem install bundler
bundle install --gemfile=site/Gemfile
- name: Build project site
run: sbt ++$SCALA_VERSION site/makeMicrosite
run: sbt ++$SCALA_VERSION site/makeMicrosite
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v5
- uses: olafurpg/setup-gpg@v2
- name: Cache Coursier
Expand Down

0 comments on commit 2d11e68

Please sign in to comment.