Skip to content

Commit

Permalink
[CI]: Ignore tempfiles when pushing the wiki (#1063)
Browse files Browse the repository at this point in the history
ci-fix: ignore temporary md files for the wiki
  • Loading branch information
EagleoutIce authored Oct 11, 2024
1 parent fbec650 commit 39dcf5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/broken-links-and-wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,11 @@ jobs:
if: ${{ (github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && !failure() }}
with:
path: "wiki/"
strategy: 'init'
token: ${{ secrets.GH_DEPLOY_WIKI }}
ignore: ''
ignore: |
**/*.md.tmp
**/*-Old.*
- name: "🔎 Check the README for broken links"
uses: becheran/[email protected]
Expand Down

0 comments on commit 39dcf5d

Please sign in to comment.