Skip to content

Commit

Permalink
Update develop.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 authored Sep 22, 2024
1 parent 5403cb0 commit efb9dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
run: |
source $HOME/.bashrc
nvm use 20
sed '/default: {/a\ basePath: "/qmk_docs/",' "builddefs/docsgen/.vitepress/config.mts"
qmk --verbose generate-docs
rm .build/docs/CNAME
sed -i "s^base: '/'^base: '/qmk_docs/'^" .build/docs/index.html
- name: Upload Artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit efb9dca

Please sign in to comment.