Skip to content

Commit

Permalink
run laikaSite only on doc project
Browse files Browse the repository at this point in the history
  • Loading branch information
zeotuan committed Oct 8, 2024
1 parent 8f63c09 commit b8eb8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v10
- name: Build docs
run: sbt laikaSite
run: sbt "project docs" laikaSite
- name: Deploy to GH Pages
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit b8eb8d5

Please sign in to comment.