mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-08-04 00:10:42 -04:00
try serving doxygen staticly
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache: yarn
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@@ -41,14 +41,6 @@ jobs:
|
||||
run: |
|
||||
qmk --verbose generate-docs
|
||||
|
||||
- name: Install yarn dependencies
|
||||
working-directory: .build/docs
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Build Docusaurus
|
||||
working-directory: .build/docs
|
||||
run: yarn build
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user