Skip to content

Commit 8405aa7

Browse files
Fix CI publish path
1 parent b7476f6 commit 8405aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
# Build output to publish to the `gh-pages` branch:
29-
publish_dir: ./docs/build
29+
publish_dir: ./build
3030
cname: nspanelmanager.com
3131
# The following lines assign commit authorship to the official
3232
# GH-Actions bot for deploys to `gh-pages` branch:

0 commit comments

Comments
 (0)