Skip to content

Commit

Permalink
chore(deps): bump lycheeverse/lychee-action from 1 to 2 (#355)
Browse files Browse the repository at this point in the history
* chore(deps): bump lycheeverse/lychee-action from 1 to 2

* fix: remove any link occurance of rustypaste.shuttleapp.rs
  • Loading branch information
tessus authored Oct 14, 2024
1 parent 561025f commit d256796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Check the links
uses: lycheeverse/lychee-action@v1
uses: lycheeverse/lychee-action@v2
with:
args: --exclude "example.com|site.com|localhost|awesome.txt|x.txt" -v *.md
env:
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ Also, there is an ongoing discussion about refactoring the usage of landing page
## [0.9.0] - 2023-05-17
The public instance is now available at [https://rustypaste.shuttleapp.rs](https://rustypaste.shuttleapp.rs) 🚀
The public instance is now available. 🚀
Read the blog post about `rustypaste` and Shuttle deployments: [https://blog.orhun.dev/blazingly-fast-file-sharing](https://blog.orhun.dev/blazingly-fast-file-sharing)
Expand All @@ -466,7 +466,7 @@ If you are using `rustypaste` with a redirect or reverse proxy, it is now possib
```toml
[server]
url = "https://rustypaste.shuttleapp.rs"
url = "https://paste.example.com"
```
- Add instructions for installing on Alpine Linux
Expand Down Expand Up @@ -602,7 +602,7 @@ For users who want to have this feature disabled, there is an alternative [shell
### Added
- Add instructions for installing [rustypaste](https://archlinux.org/packages/community/x86_64/rustypaste/) on Arch Linux
- Add instructions for installing [rustypaste](https://archlinux.org/packages/extra/x86_64/rustypaste/) on Arch Linux
- `pacman -S rustypaste` 🎉
### Fixed
Expand Down

0 comments on commit d256796

Please sign in to comment.