Skip to content

Commit

Permalink
ci/docs: Build backend docs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Aug 10, 2024
1 parent 363a324 commit 7a07e8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
--extern-html-root-url=enumflags2=https://docs.rs/enumflags2/latest/
with:
command: doc
args: --package ashpd --features "gtk4,pipewire,wayland,raw_handle" --no-deps
args: --package ashpd --features "gtk4,pipewire,wayland,raw_handle,backend" --no-deps

- name: Fix permissions
run: |
Expand All @@ -57,4 +57,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 7a07e8b

Please sign in to comment.