chore: change the build directory

This commit is contained in:
nxglabs
2023-12-18 20:56:52 +05:30
parent 8caa0275ab
commit bb7827b762
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build
publish_dir: ./docs/build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212