File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2020 if : github.event_name == 'pull_request'
2121 runs-on : ubuntu-latest
2222 steps :
23+ - uses : actions/checkout@v5
24+ with :
25+ fetch-depth : 0
26+
2327 - uses : Serapieum-of-alex/github-actions/actions/mkdocs-deploy@mkdocs/v1
2428 with :
2529 trigger : ' pull_request'
3236 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
3337 runs-on : ubuntu-latest
3438 steps :
39+ - uses : actions/checkout@v5
40+ with :
41+ fetch-depth : 0
3542 - uses : Serapieum-of-alex/github-actions/actions/mkdocs-deploy@main
3643 with :
3744 trigger : ' main'
4451 if : github.event_name == 'release'
4552 runs-on : ubuntu-latest
4653 steps :
54+ - uses : actions/checkout@v5
55+ with :
56+ fetch-depth : 0
4757 - uses : Serapieum-of-alex/github-actions/actions/mkdocs-deploy@main
4858 with :
4959 trigger : ' release'
You can’t perform that action at this time.
0 commit comments