Skip to content

Commit 48aa454

Browse files
committed
Remove update wiki script
1 parent 2d040bc commit 48aa454

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,6 @@ jobs:
328328
gh release create "$TAGNAME" --target "master" --title "$NAME" latest_artifacts/*
329329
env:
330330
GITHUB_TOKEN: ${{ github.token }}
331-
- name: Update Wiki
332-
run: ./util/update_wiki.sh artifacts ${{ steps.create_release.outputs.tag_name }}
333-
env:
334-
GITHUB_TOKEN: ${{ github.token }}
335331
- name: Prune old releases
336332
run: ./util/prunetags.sh
337333
env:

0 commit comments

Comments
 (0)