Skip to content

Commit

Permalink
Fail build on invalid docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
breqdev committed Dec 30, 2023
1 parent 607b17f commit be4ef2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
desktop-build:
name: Desktop Build and Style Check
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: "-D warnings"
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down Expand Up @@ -45,6 +43,8 @@ jobs:
web-build:
name: WASM Build, Docs Build, and Web Deploy
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: "-D warnings"
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down

0 comments on commit be4ef2e

Please sign in to comment.