Skip to content

Commit 35638e7

Browse files
authored
Publish the build directory in the website (#617)
1 parent 0eaf573 commit 35638e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
uses: peaceiris/actions-gh-pages@v3
4040
with:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
42-
publish_dir: ./build
42+
publish_dir: ./website/build
4343
user_name: eg-oss-ci
4444
user_email: [email protected]

0 commit comments

Comments
 (0)