Disable doc install check

This commit is contained in:
Fabrice Reix 2023-01-25 13:59:53 +01:00
parent e26e7d7c2e
commit 3ff999dff5
No known key found for this signature in database
GPG Key ID: 8D3D9DBDD96B2D30

View File

@ -239,11 +239,12 @@ jobs:
- name: Update packages manuals
run: |
version_doc="docs/installation.md"
old_version=$(grep "sudo dpkg -i" "${version_doc}" | cut --delimiter "_" --field 2 )
echo "old_version=${old_version}"
sed -i "s/${old_version}/${{ needs.set-context.outputs.release_version }}/g" "${version_doc}"
grep "${{ needs.set-context.outputs.release_version }}" "${version_doc}"
# TODO: create a dedicated check script
#version_doc="docs/installation.md"
#old_version=$(grep "sudo dpkg -i" "${version_doc}" | cut --delimiter "_" --field 2 )
#echo "old_version=${old_version}"
#sed -i "s/${old_version}/${{ needs.set-context.outputs.release_version }}/g" "${version_doc}"
# grep "${{ needs.set-context.outputs.release_version }}" "${version_doc}"
- name: Update man
run: |