Skip to content

Commit 6984457

Browse files
committed
ci(mkdocs): remove Github upload from gitea
ref: #1
1 parent e4fa9bc commit 6984457

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitea/workflows/mkdocs.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ jobs:
119119
fi # don't fail the job?? 1=failed test, 2=failed command i.e. switch/flag
120120
121121
122-
- name: Upload build Artifact
123-
if: ${{ success() || failure() }}
124-
uses: actions/upload-artifact@v4
125-
with:
126-
name: mkdocs-lint
127-
path: artifacts/
122+
# - name: Upload build Artifact
123+
# if: ${{ success() || failure() }}
124+
# uses: actions/upload-artifact@v4
125+
# with:
126+
# name: mkdocs-lint
127+
# path: artifacts/
128128

129129

130130
- name: Should the Job be force failed?

0 commit comments

Comments
 (0)