From 8aa798ba25a4005afdf18af82c76d870ebb7374a Mon Sep 17 00:00:00 2001 From: Christopher Davenport Date: Wed, 22 Jul 2020 07:11:03 -0700 Subject: [PATCH] Add Pull Tags to CI --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d50845..fc62473 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} @@ -69,4 +71,4 @@ jobs: gem install bundler bundle install --gemfile=site/Gemfile - name: Build project site - run: sbt ++$SCALA_VERSION site/makeMicrosite \ No newline at end of file + run: sbt ++$SCALA_VERSION site/makeMicrosite