Skip to content

Commit 7fe7b28

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/github-pages.yml

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

53-
5453
- name: Deploy to GitHub
54+
uses: crazy-max/ghaction-github-pages@v3
5555
working-directory: ${{ matrix.workDir }}
5656
if: success()
57-
uses: crazy-max/ghaction-github-pages@v3
5857
with:
5958
target_branch: gh-pages
6059
build_dir: dist

0 commit comments

Comments
 (0)