Skip to content

Commit 0c8b21b

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/github-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
working-directory: ${{ matrix.workDir }}
5151
run: npm run build -- --configuration=production --base-href=/${{ matrix.base_href }}/
5252

53-
- name: Deploy to GitHub
54-
uses: crazy-max/ghaction-github-pages@v3
55-
working-directory: ${{ matrix.workDir }}
53+
-
54+
name: Deploy to GitHub
5655
if: success()
56+
uses: crazy-max/ghaction-github-pages@v3
5757
with:
5858
target_branch: gh-pages
59-
build_dir: dist
59+
build_dir: ${{ matrix.workDir }}/dist
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)