mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Remove moxygen install from workflow.
This commit is contained in:
parent
6e2d02852c
commit
d154237847
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
@ -35,7 +35,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update && apt-get install -y rsync nodejs npm doxygen
|
||||
npm install -g moxygen
|
||||
|
||||
- name: Build doxygen docs
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user