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

Commit

Permalink
Add Pull Tags to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport authored Jul 22, 2020
1 parent 43ff181 commit 8aa798b
Showing 1 changed file with 3 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

0 comments on commit 8aa798b

Please sign in to comment.