mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 14:08:32 +00:00
Deploy dev docs - install dependencies (#4222)
# Objective
- #3535 introduced deploying docs without installing dependencies
- https://github.com/bevyengine/bevy/runs/5562769081?check_suite_focus=true
## Solution
- copied 6ff17eaab8/.github/workflows/ci.yml (L270-L271)
This commit is contained in:
parent
21f6760b2a
commit
026563cb1e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
|||
toolchain: stable
|
||||
override: true
|
||||
|
||||
- name: Install alsa and udev
|
||||
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
|
||||
|
||||
# This does the following:
|
||||
# - Replaces the docs icon with one that clearly denotes it's not the released package on crates.io
|
||||
# - Adds a meta tag that forces Google not to index any page on the site.
|
||||
|
|
Loading…
Add table
Reference in a new issue