Remove extra quotes

The environment variable in the set is a string value. If you add quotation marks, the quotation marks will become part of the value, causing an error.
pull/834/head
o0oo0ooo0 2021-01-20 16:46:12 +08:00 committed by GitHub
parent be0cdccec7
commit 8b338b89b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ providers:
{% codeblock "Windows命令行(CMD)" lang:cmd %}
C:\Users\you> cd path/to/your/hexo/site
C:\Users\you> set HEXO_ALGOLIA_INDEXING_KEY="727fbd8c998fe419318fa350db6793ca"
C:\Users\you> set HEXO_ALGOLIA_INDEXING_KEY=727fbd8c998fe419318fa350db6793ca
{% endcodeblock %}
Linux/macOS下