Skip to content

Commit

Permalink
Remove invalid URL and exclude some URLs
Browse files Browse the repository at this point in the history
Apparently the action does not work with URls pointing at content.
See also:

- urlstechie/urlchecker-action#105
  • Loading branch information
Garanas committed Jul 15, 2024
1 parent be46f44 commit 2fa7f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs-url-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ jobs:
subfolder: docs
file_types: .md
exclude_files: docs/README.md
exclude_urls: https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf,https://github.com/FAForever/fa/deployments
2 changes: 1 addition & 1 deletion docs/development-start-here/lua-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ For Linux users you can use the following bash script file instead:
```bash
#! /bin/sh

# Change this to the location of your run proton run script (you will have copied this into your client folder https://wiki.faforever.com/en/FAQ/Client-Setup)
# Change this to the location of your run proton run script
RunProton="$HOME/Applications/FAF/downlords-faf-client-1.6.0/run"
$RunProton $HOME/.faforever/bin/ForgedAlliance.exe /init init_dev.lua /showlog /log "dev.log" /EnableDiskWatch /nomovie

Expand Down

0 comments on commit 2fa7f76

Please sign in to comment.