Skip to content
Draft
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
5 changes: 4 additions & 1 deletion .github/workflows/build_mkdocs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ runs:
- name: Check links
uses: lycheeverse/lychee-action@v2.7.0
with:
args: --root-dir ${{ inputs.output_dir }} ${{ inputs.output_dir }}
args: >-
--root-dir ${{ inputs.output_dir }}
--exclude 'https://github.com/[^/]+/docs.bazzite.gg/(raw|blob)/[^/]+/src/'
${{ inputs.output_dir }}
jobSummary: true
fail: false
token: ${{ inputs.github_token }}
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ site_author: nicknamenamenick
site_url: !ENV MKDOCS_SITE_URL
repo_url: https://github.com/ublue-os/bazzite
repo_name: ublue-os/bazzite
edit_uri: https://github.com/KyleGospo/docs.bazzite.gg/blob/main/src
edit_uri: https://github.com/ublue-os/docs.bazzite.gg/blob/main/src
site_description: Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.

watch:
Expand Down