Skip to content

Commit

Permalink
Remove README Check on Build Phase (#2688)
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi authored Feb 20, 2024
1 parent 224388f commit 066b9da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ name: Website
workflow_dispatch: {}
release:
types:
- published
- published
push:
branches:
- main
pull_request: {}
- main
pull_request:
branches-ignore:
- gh-pages
jobs:
build:
name: Build and Test
Expand All @@ -27,8 +29,6 @@ jobs:
distribution: temurin
java-version: 17
check-latest: true
- name: Check if the README file is up to date
run: sbt docs/checkReadme
- name: Check artifacts build process
run: sbt +publishLocal
- name: Check website build process
Expand Down

0 comments on commit 066b9da

Please sign in to comment.