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 c986c34 commit cd578eaCopy full SHA for cd578ea
.gitignore
@@ -367,3 +367,6 @@ FodyWeavers.xsd
367
368
# Sqlite example databases
369
*.db
370
+
371
+# VS Code cache/options directory
372
+.vscode
.vscode/launch.json
.vscode/tasks.json
appveyor.yml
@@ -34,6 +34,7 @@ after_build:
34
git config --global core.safecrlf false
35
git clone https://github.com/json-api-dotnet/JsonApiDotNetCore.git -b gh-pages origin_site -q
36
Copy-Item origin_site/.git _site -recurse
37
+ Copy-Item CNAME _site/CNAME
38
CD _site
39
git add -A 2>&1
40
git commit -m "CI Updates" -q
docs/CNAME
@@ -0,0 +1 @@
1
+www.jsonapi.net
0 commit comments