Skip to content

Commit 0c2886c

Browse files
committed
chore: fix deploy to github-pages
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 536ec50 commit 0c2886c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- name: Deploy to GitHub Pages
5555
if: success()
5656
uses: crazy-max/ghaction-github-pages@v3
57+
working-directory: ${{ matrix.workDir }}/../
5758
with:
5859
target_branch: gh-pages
5960
build_dir: ${{ matrix.work_dir }}/dist

0 commit comments

Comments
 (0)