Skip to content

Commit

Permalink
fix: spliceUrlParam remove encodeURIComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Aug 9, 2024
1 parent f2fc704 commit 0809f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ git commit -m 'deploy'
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git master

# Replace <USERNAME> with your own Github username and <REPO> with the repository name, for example, in my case it's
git push -f https://github.com/saqqdy/js-cool.git main:gh-pages
git push -f https://github.com/saqqdy/js-cool.git master:gh-pages

cd -

0 comments on commit 0809f34

Please sign in to comment.