We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a463068 commit a5ecb97Copy full SHA for a5ecb97
.github/workflows/docs.yml
@@ -53,6 +53,8 @@ jobs:
53
source $HOME/.bashrc
54
nvm use 20
55
qmk --verbose generate-docs
56
+ rm .build/docs/CNAME
57
+ sed -i "s^basePath: '/'^basePath: '/qmk_firmware/'^" .build/docs/index.html
58
59
- name: Deploy
60
if: ${{ github.event_name == 'push' && github.repository == 'SonixQMK/qmk_firmware' }}
@@ -61,3 +63,5 @@ jobs:
61
63
token: ${{ secrets.GITHUB_TOKEN }}
62
64
branch: gh-pages
65
folder: .build/docs
66
+ clean: true
67
+ single-commit: true
0 commit comments