Skip to content

Commit

Permalink
Deactivate Bikeshed
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Oct 27, 2023
1 parent a905e9b commit 2c91fd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
run: pip install six && pip install sphinx==5.1.0
- name: Build main spec
run: cd document/core && make main
- name: Run Bikeshed
run: cd document/core && make bikeshed
# Deactivate broken Bikeshed build for the time being
#- name: Run Bikeshed
# run: cd document/core && make bikeshed
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 2c91fd1

Please sign in to comment.