Skip to content

Commit a5ecb97

Browse files
committed
[docs] testing 2
1 parent a463068 commit a5ecb97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
source $HOME/.bashrc
5454
nvm use 20
5555
qmk --verbose generate-docs
56+
rm .build/docs/CNAME
57+
sed -i "s^basePath: '/'^basePath: '/qmk_firmware/'^" .build/docs/index.html
5658
5759
- name: Deploy
5860
if: ${{ github.event_name == 'push' && github.repository == 'SonixQMK/qmk_firmware' }}
@@ -61,3 +63,5 @@ jobs:
6163
token: ${{ secrets.GITHUB_TOKEN }}
6264
branch: gh-pages
6365
folder: .build/docs
66+
clean: true
67+
single-commit: true

0 commit comments

Comments
 (0)