try serving doxygen staticly

This commit is contained in:
Jack Humbert
2023-04-20 12:15:44 -04:00
parent 9dc53f6cd2
commit f2d4dace06
21 changed files with 29 additions and 1941 deletions
+1 -9
View File
@@ -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: