notfound.yml 363 B

1234567891011121314151617
  1. name: Replace old links with archived links
  2. on:
  3. schedule:
  4. - cron: "12 4 * * *"
  5. workflow_dispatch:
  6. jobs:
  7. check:
  8. runs-on: ubuntu-latest
  9. steps:
  10. - uses: actions/checkout@v4
  11. - name: Fix links
  12. uses: tmcw/notfoundbot@v2.3.0
  13. env:
  14. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  15. with:
  16. content-folder: .