Skip to content

Commit

Permalink
package documentation and sources during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sriraam AS committed Jun 7, 2021
1 parent 57d6e0e commit 228f1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
~/.sbt
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
- name: Build
run: sbt package
run: sbt "package;packageDoc;packageSrc"
- uses: actions/upload-artifact@v2
with:
name: jars
Expand Down

0 comments on commit 228f1a2

Please sign in to comment.