Skip to content

Commit

Permalink
fix(ci): set DOCS_RS env var for docs test (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Oct 15, 2024
1 parent 33c0193 commit 6baca9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
sudo apt-get update -y -q
sudo apt-get install -y --no-install-recommends libwebkit2gtk-4.1-dev
- name: Run cargo doc with each targets
env:
DOCS_RS: true
run: |
set -ex
Expand Down

0 comments on commit 6baca9c

Please sign in to comment.