fix: Remove pandoc requirement
This commit is contained in:
parent
66a9881a03
commit
1403c37ac7
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
pip install yq mkdocs-material
|
pip install yq mkdocs-material
|
||||||
- name: Calculate mirror drift
|
- name: Calculate mirror drift
|
||||||
run: |
|
run: |
|
||||||
mkdir dist
|
which mkdocs
|
||||||
bash run.sh > docs/index.md
|
bash run.sh > docs/index.md
|
||||||
- name: Compile HTML file
|
- name: Compile HTML file
|
||||||
run: |
|
run: |
|
||||||
|
5
run.sh
5
run.sh
@ -10,11 +10,6 @@ if ! command -v yq >/dev/null 2>&1; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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")
|
ORIGINAL_TIME=$(curl -fsSL "https://rsync.repo.almalinux.org/almalinux/TIME")
|
||||||
|
|
||||||
# Example: https://admin.fedoraproject.org/mirrormanager/propagation
|
# Example: https://admin.fedoraproject.org/mirrormanager/propagation
|
||||||
|
Loading…
Reference in New Issue
Block a user