File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 51
51
- name : Re-run tables of contents with different settings for specific file
52
52
run : doctoc ./_wiki/Version-4.0-User-Upgrade-Guide.md --github --maxlevel 3 --update-only
53
53
54
+ # Retention is normally 90 days, but this artifact is only to help with reviewing PRs,
55
+ # especially when new output blocks are added or the (workflow) code for existing ones
56
+ # is updated. All in all, no need to keep the artifact for more than a few days.
57
+ - name : " [PR only] Upload the preprocessed wiki files as an artifact"
58
+ if : ${{ github.event_name == 'pull_request' }}
59
+ uses : actions/upload-artifact@v4
60
+ with :
61
+ name : wiki-files
62
+ path : ./_wiki
63
+ if-no-files-found : error
64
+ retention-days : 10
65
+
54
66
- name : Check GitHub Git Operations status
55
67
uses : crazy-max/ghaction-github-status@v4
56
68
with :
You can’t perform that action at this time.
0 commit comments