Skip to content

Commit 6cba7e3

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-pages.yml

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

5353

54-
- name: Deploy to GitHub Pages
54+
- name: Deploy to GitHub
55+
working-directory: ${{ matrix.workDir }}
5556
if: success()
5657
uses: crazy-max/ghaction-github-pages@v3
57-
working-directory: ${{ matrix.workDir }}/../
5858
with:
5959
target_branch: gh-pages
60-
build_dir: ${{ matrix.work_dir }}/dist
60+
build_dir: dist
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)