mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 12:25:17 +00:00
feat(ci): updated Deploy report to Github Pages flow step (#3984)
Signed-off-by: Alex Velichko <nestor_007@mail.ru>
This commit is contained in:
parent
14dfd9f30d
commit
b55a8729bb
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -216,7 +216,7 @@ jobs:
|
|||||||
- name: Deploy report to Github Pages
|
- name: Deploy report to Github Pages
|
||||||
if: ${{ github.ref == 'refs/heads/main' }}
|
if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
env:
|
with:
|
||||||
PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PUBLISH_BRANCH: gh-pages
|
PUBLISH_BRANCH: gh-pages
|
||||||
PUBLISH_DIR: allure-history
|
PUBLISH_DIR: allure-history
|
||||||
|
Loading…
Reference in New Issue
Block a user