Skip to content

Commit

Permalink
[docs] testing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Sep 22, 2024
1 parent a463068 commit b4661f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
source $HOME/.bashrc
nvm use 20
qmk --verbose generate-docs
rm .build/docs/CNAME
sed -i "s^basePath: '/'^basePath: '/qmk_firmware/'^" .build/docs/index.html
- name: Deploy
if: ${{ github.event_name == 'push' && github.repository == 'SonixQMK/qmk_firmware' }}
Expand All @@ -61,3 +63,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: .build/docs
clean: true

0 comments on commit b4661f4

Please sign in to comment.