-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (33 loc) · 860 Bytes
/
dukun.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: dukun
on:
workflow_dispatch:
push:
branches:
- master
jobs:
check-report:
name: Check Report Action on Pull Request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get report history
uses: actions/checkout@v4
if: always()
continue-on-error: true
with:
ref: gh-pages
path: gh-pages
- name: Report Action
uses: firmanrosid/mochawesome-report-action@master
if: always()
with:
subfolder: kuyang
keep_reports: 2
report_folder: report-timeline
gh_pages: gh-pages
report_history: report-history
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./report-history