diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2ff081a..966b3ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,6 @@ on: env: RUST_LOG: info CARGO_TERM_COLOR: always - TAG_REPOS_DEFAULT: cache-v8.redb DOCS_URL: ${{ vars.DOCS_URL }} OS_CHECKER_CONFIGS: repos-default.json repos-ui.json repos.json @@ -31,7 +30,9 @@ jobs: - name: Install os-checker run: | - wget https://github.com/os-checker/database/releases/download/${{ env.TAG_REPOS_DEFAULT }}/repos-default.json + gh release download -R kern-crates/.github -p os-checker_config.json + # temporarily disable qclic/e1000e-frame + jq 'del(."qclic/e1000e-frame")' os-checker_config.json > repos-default.json wget https://raw.githubusercontent.com/os-checker/os-checker/refs/heads/main/assets/repos-ui.json jq "map({(.):{}}) | add" list-test.json > repos.json