1 parent e4fa9bc commit 6984457Copy full SHA for 6984457
1 file changed
.gitea/workflows/mkdocs.yaml
@@ -119,12 +119,12 @@ jobs:
119
fi # don't fail the job?? 1=failed test, 2=failed command i.e. switch/flag
120
121
122
- - name: Upload build Artifact
123
- if: ${{ success() || failure() }}
124
- uses: actions/upload-artifact@v4
125
- with:
126
- name: mkdocs-lint
127
- path: artifacts/
+ # - name: Upload build Artifact
+ # if: ${{ success() || failure() }}
+ # uses: actions/upload-artifact@v4
+ # with:
+ # name: mkdocs-lint
+ # path: artifacts/
128
129
130
- name: Should the Job be force failed?
0 commit comments