Skip to content

Commit a34183d

Browse files
authored
fix(.releaserc): use gatsby docs public dir
1 parent 4c842e0 commit a34183d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{
3030
"path": "@qiwi/semantic-release-gh-pages-plugin",
3131
"msg": "deploy: new sig.tools gh-pages release",
32-
"src": "build/docs/gatsby/build",
32+
"src": "build/docs/gatsby/public",
3333
"branch": "gh-pages",
3434
"pullTagsBranch": ""
3535
}
@@ -40,4 +40,4 @@
4040
"fail": [
4141
"@semantic-release/github"
4242
]
43-
}
43+
}

0 commit comments

Comments
 (0)