Skip to content

Commit

Permalink
Disable wiki publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Dec 12, 2024
1 parent ae2620d commit 1fe8a6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ jobs:
gh release create "$TAGNAME" --target "master" --title "$NAME" latest_artifacts/*
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Update Wiki
run: ./util/update_wiki.sh artifacts ${{ steps.create_release.outputs.tag_name }}
env:
GITHUB_TOKEN: ${{ github.token }}
# - name: Update Wiki
# run: ./util/update_wiki.sh artifacts ${{ steps.create_release.outputs.tag_name }}
# env:
# GITHUB_TOKEN: ${{ github.token }}
- name: Prune old releases
run: ./util/prunetags.sh
env:
Expand Down

0 comments on commit 1fe8a6c

Please sign in to comment.