We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e4afbf + 0a9ccd0 commit 9243851Copy full SHA for 9243851
.github/workflows/docs.yaml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
cd build/dokka
30
latestVersion=$(for n in *; do printf '%s\n' "$n"; done | sort -V | grep -E "^[0-9]+\.[0-9]+" | tail -n1)
31
- if [[ -z "${latestVersion}" ]]; then
+ if [[ -n "${latestVersion}" ]]; then
32
ln -sf ${latestVersion} latest
33
fi
34
- name: Publish to GitHub Pages
0 commit comments