We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8916fd commit 7c7702aCopy full SHA for 7c7702a
appveyor.yml
@@ -36,7 +36,7 @@ after_build:
36
Copy-Item origin_site/.git _site -recurse
37
Copy-Item CNAME _site/CNAME
38
Copy-Item home/index.html _site/index.html
39
- Copy-Item home/favicon.icon _site/favicon.icon
+ Copy-Item home/favicon.ico _site/favicon.ico
40
Copy-Item home/assets/* _site/styles/ -Recurse
41
CD _site
42
git add -A 2>&1
0 commit comments