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 0c2886c commit 6cba7e3Copy full SHA for 6cba7e3
.github/workflows/github-pages.yml
@@ -51,12 +51,12 @@ jobs:
51
run: npm run build -- --configuration=production --base-href=/${{ matrix.base_href }}/
52
53
54
- - name: Deploy to GitHub Pages
+ - name: Deploy to GitHub
55
+ working-directory: ${{ matrix.workDir }}
56
if: success()
57
uses: crazy-max/ghaction-github-pages@v3
- working-directory: ${{ matrix.workDir }}/../
58
with:
59
target_branch: gh-pages
60
- build_dir: ${{ matrix.work_dir }}/dist
+ build_dir: dist
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments