Update build-docs.yml #58
build-docs.yml
on: pull_request
Build & Deploy Handbook
31s
Annotations
5 warnings
Build & Deploy Handbook
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build & Deploy Handbook
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build & Deploy Handbook:
Reports.rst#L31
Title underline too short.
|
Build & Deploy Handbook:
Reports.rst#L31
Title underline too short.
|
Build & Deploy Handbook:
Chapter4/section_one.rst#L94
Could not lex literal_block 'name: dvc-report\non: [push]\njobs:\n run:\n runs-on: [ubuntu-latest]\n steps:\n - uses: actions/checkout@v2\n - uses: actions/setup-python@v2\n with:\n python-version: \'3.x\'\n - uses: iterative/setup-dvc@v1\n - uses: iterative/setup-cml@v1\n - name: add dvc\n env:\n repo_token: ${{ secrets.GITHUB_TOKEN }}\n run: |\n echo "# DVC REPORT" > report.md\n echo "## Files and Directories currently tracked" >> report.md\n dvc list -R --dvc-only . >> report.md\n cml-send-comment report.md' as "py". Highlighting skipped.
|