diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml deleted file mode 100644 index f6fd41cf2..000000000 --- a/.github/workflows/link-check.yml +++ /dev/null @@ -1,31 +0,0 @@ -# SPDX-License-Identifier: CC0-1.0 -# SPDX-FileCopyrightText: 2021-2023 The Foundation for Public Code -name: Scheduled link check -on: - schedule: -# ┌───────────── minute (0 - 59) -# │ ┌───────────── hour (0 - 23) -# │ │ ┌───────────── day of the month (1 - 31) -# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) -# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) -# │ │ │ │ │ -# │ │ │ │ │ -# │ │ │ │ │ -# * * * * * - - cron: '9 1 * * *' # every day at 01:09 (UTC) - -defaults: - run: - shell: bash - -jobs: - cibuild: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: ruby/setup-ruby@v1 - with: - ruby-version: '2.7' - - run: bundle install - - run: ./script/test-markdown.sh - - run: ./script/test-with-link-check.sh diff --git a/404.md b/404.md index 1a9628f61..5d73c86f5 100644 --- a/404.md +++ b/404.md @@ -2,7 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 # SPDX-FileCopyrightText: 2022-2023 The Foundation for Public Code layout: default -title: Page not found :( +title: Page not found toc: false --- diff --git a/README.md b/README.md index 1f7e64d8c..258d9bfcf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ It's `main` branch is the official ['source of truth'](GOVERNANCE.md) and centra [![pages-build-deployment](https://github.com/publiccodenet/about/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/publiccodenet/about/actions/workflows/pages/pages-build-deployment) [![Test](https://github.com/publiccodenet/about/actions/workflows/test.yml/badge.svg)](https://github.com/publiccodenet/about/actions/workflows/test.yml) -[![Scheduled link check](https://github.com/publiccodenet/about/actions/workflows/link-check.yml/badge.svg)](https://github.com/publiccodenet/about/actions/workflows/link-check.yml) +[![Scheduled link check](https://publiccodenet.github.io/publiccodenet-url-check/badges/about.publiccode.net.svg)](https://publiccodenet.github.io/publiccodenet-url-check/about.publiccode.net-url-check-look.json) ## Contributing diff --git a/_config.yml b/_config.yml index 20137d7f5..be5bd2289 100644 --- a/_config.yml +++ b/_config.yml @@ -19,6 +19,11 @@ remote_theme: publiccodenet/jekyll-theme # Exclude the `vendor` folder created by Travis exclude: - vendor + - script + - Gemfile + - Gemfile.lock + - _site + - .bundle # Display Table of Contents on every page, disable by adding `toc: false` to the front matter of any file toc: true diff --git a/activities/codebase-stewardship/index.md b/activities/codebase-stewardship/index.md index c21800a7c..2a400090a 100644 --- a/activities/codebase-stewardship/index.md +++ b/activities/codebase-stewardship/index.md @@ -14,7 +14,8 @@ We have no ambition in claiming ownership of or running a codebase, but rather o Thus, our approach is more similar to a coach, mentor or advisor rather than a hands-on developer or project manager. Sometimes we act as a neutral party that can arbitrate on issues that the community escalates to us. -If you want to learn more on how to explain codebase stewardship, see [this activity for that](../explaining-codebase-stewardship/index.md). +You can get an overview of the codebase stewardship process from the [lifecycle diagram](lifecycle-diagram.md). +If you want to learn more on how to explain stewardship, see [this activity for that](../explaining-codebase-stewardship/index.md). ## Our main line of work diff --git a/organization/roadmap.md b/organization/roadmap.md index a890029ef..3c48a25cc 100644 --- a/organization/roadmap.md +++ b/organization/roadmap.md @@ -80,7 +80,7 @@ We will strive to have the codebases we steward become the standards in their re | One year | Five years | Twenty years | |---|---|---| -| {::nomarkdown}{:/} | {::nomarkdown}{:/} | {::nomarkdown}{:/} | +| {::nomarkdown}{:/} | {::nomarkdown}{:/} | {::nomarkdown}{:/} | ### Communities of practice