Skip to content

Commit

Permalink
fix the github link
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 authored Sep 23, 2024
1 parent 31a84b4 commit 960dc22
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 @@ -45,9 +45,9 @@ jobs:
source $HOME/.bashrc
nvm use 20
sed -i "/description: \"Documentation for QMK Firmware\",/a\ base: '/qmk_docs/'," "$CONFIG_FILE"
sed -i 's|QMK|SonixQMK|g' "$CONFIG_FILE"
sed -i "s|github.com/qmk|github.com/SonixQMK|g" "$CONFIG_FILE"
sed -i 's|discord.gg/[A-Za-z0-9_-]*|discord.gg/gqHaeQYuxS|' "$CONFIG_FILE"
sed -i 's|QMK|SonixQMK|g' "$CONFIG_FILE"
qmk --verbose generate-docs
rm .build/docs/CNAME
Expand Down

0 comments on commit 960dc22

Please sign in to comment.