Skip to content

Commit

Permalink
back to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
musicEnfanthen committed Feb 4, 2024
1 parent 0710893 commit c303c1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a # ratchet:lycheeverse/[email protected]
with:
args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' --exclude-mail --exclude-loopback --exclude-path file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/_includes --exclude-path file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/_layouts --exclude-path file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/_site --exclude-path file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/index.html --exclude-path file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/community/projects-users.md --exclude-path file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/conference/past.md --exclude-path file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/_conferences/2018 --exclude-path file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/_conferences/2019 --exclude-path file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/_conferences/2020 --exclude-path file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/_conferences/2021 --exclude-path file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/_conferences/2022 --exclude 'https://doi.org/10.13140/RG.2.2.15014.93760' --exclude 'https://doi.org/10.15463/music-1' --exclude 'https://arsmusicae.org' --exclude 'https://www.conftool.net/music-encoding2022/*' --exclude 'file:///Users/*' --remap 'file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/archive/ https://github.com/music-encoding/music-encoding.github.io/tree/gh-pages/archive/' --remap 'file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/_tutorials/ https://github.com/music-encoding/music-encoding.github.io/tree/gh-pages/tutorials' --remap 'file:///home/runner/work/music-encoding.github.io/music-encoding.github.io/_tutorials-ES/ https://github.com/music-encoding/music-encoding.github.io/tree/gh-pages/tutorials-ES' --remap 'https://github.com/music-encoding/music-encoding/tree/basic https://github.com/music-encoding/music-encoding/commit/b50748ce537b43e1527791fb41e8c28aa1582cdb' --remap 'http://music-encoding.org/community/conference/tours17/program/ https://web.archive.org/web/20170511140944/http://music-encoding.org/community/conference/tours17/program' --remap 'http://music-encoding.org/community/mei-organization/mei-by-laws/ https://music-encoding.org/community/mei-by-laws.html' --remap 'http://music-encoding.org/proceedings https://github.com/music-encoding/mec-proceedings'


- name: Create Issue From File
Expand Down
2 changes: 1 addition & 1 deletion unused/lychee.toml → lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Verbose program output
# Accepts log level: "error", "warn", "info", "debug", "trace"
verbose = "debug"
verbose = "trace"

############################# Runtime #############################

Expand Down

0 comments on commit c303c1d

Please sign in to comment.