Skip to content

Commit

Permalink
chore(ci): temporarily disable the docs workflow
Browse files Browse the repository at this point in the history
Temporarily disabling the workflow until the following issue is fixed:
<rust-lang/rust#82284>
  • Loading branch information
yvt committed Feb 19, 2021
1 parent 791db33 commit 99e825c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
check:
name: Build and Deploy Docs
runs-on: ubuntu-20.04
# FIXME: This workflow is temporarily disabled until the following issue
# is fixed: <https://github.com/rust-lang/rust/issues/82284>
if: false
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 99e825c

Please sign in to comment.