Skip to content

Commit

Permalink
fix hardcoded version in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouyang committed May 15, 2021
1 parent 785c885 commit 7b5c756
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
ref: gh-pages
path: gh-pages
- name: doc
run: |
sbt "++ 3.0.0-M3!;doc"
run: sbt doc
- name: publish
run: |
cp -r docs/_site/* gh-pages/
Expand Down

0 comments on commit 7b5c756

Please sign in to comment.