fix: Remove pandoc requirement

This commit is contained in:
Rodrigo de Avila 2023-08-17 14:35:41 -03:00
parent 66a9881a03
commit 1403c37ac7
No known key found for this signature in database
2 changed files with 1 additions and 6 deletions

View File

@ -17,7 +17,7 @@ jobs:
pip install yq mkdocs-material
- name: Calculate mirror drift
run: |
mkdir dist
which mkdocs
bash run.sh > docs/index.md
- name: Compile HTML file
run: |

5
run.sh
View File

@ -10,11 +10,6 @@ if ! command -v yq >/dev/null 2>&1; then
exit 1
fi
if ! command -v pandoc >/dev/null 2>&1; then
echo "The pandoc command is not available"
exit 1
fi
ORIGINAL_TIME=$(curl -fsSL "https://rsync.repo.almalinux.org/almalinux/TIME")
# Example: https://admin.fedoraproject.org/mirrormanager/propagation