We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2640b commit 0c8b21bCopy full SHA for 0c8b21b
.github/workflows/github-pages.yml
@@ -50,12 +50,12 @@ jobs:
50
working-directory: ${{ matrix.workDir }}
51
run: npm run build -- --configuration=production --base-href=/${{ matrix.base_href }}/
52
53
- - name: Deploy to GitHub
54
- uses: crazy-max/ghaction-github-pages@v3
55
- working-directory: ${{ matrix.workDir }}
+ -
+ name: Deploy to GitHub
56
if: success()
+ uses: crazy-max/ghaction-github-pages@v3
57
with:
58
target_branch: gh-pages
59
- build_dir: dist
+ build_dir: ${{ matrix.workDir }}/dist
60
env:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments