Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lychee-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v2.4.1
with:
args: --accept '100..=103,200..=299,429' --exclude '^https?://sched\.co/' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress .
args: --accept '100..=103,200..=299,429' --exclude '^https?://sched\.co/' --exclude '^https?://.+sched\.com?/' --exclude '^https?://.+wikia.com/' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress .
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lychee-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v2.4.1
with:
args: --accept '100..=103,200..=299,429' --exclude '^https?://sched\.co/' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress .
args: --accept '100..=103,200..=299,429' --exclude '^https?://sched\.co/' --exclude '^https?://.+sched\.com?/' --exclude '^https?://.+wikia.com/' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress .
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ The upcoming meetings, talks, and community events for the next month are here:

{{< home/calendar >}}

Our calendar data is hosted on LFX Platform, which has the option to subscribe via iCal Link: <https://zoom-lfx.platform.linuxfoundation.org/meetings/fluxcd>
Our calendar data is publicly available at: <https://zoom-lfx.platform.linuxfoundation.org/meetings/fluxcd>

The LFX Platform calendar has the option to subscribe to Flux events via iCal Link. You can subscribe directly to the iCal feed via the link below:

<https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001IfTjDQAV>

We are very happy if new users, contributors and developers join and we can put names to faces!

Expand Down
2 changes: 1 addition & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This document was moved to <https://github.com/fluxcd/website/blob/main/content/en/support.md>.
This document was moved to <https://github.com/fluxcd/.github/blob/main/SUPPORT.md>.
Loading