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.
1 parent 2844d30 commit 075a23fCopy full SHA for 075a23f
.github/workflows/mdbook-github-pages.yml
@@ -73,9 +73,10 @@ jobs:
73
mv -v "freeplane-${version}/doc/api" gh-pages/ &&
74
echo "$latest_stable_release_tag" > gh-pages/api/_tag.txt &&
75
cd gh-pages &&
76
- zip -r api.zip api/ ||
77
- echo "Something went wrong - fall back to the last-successfully-downloaded-from-SF api docs" &&
78
- download_and_unpack_api_zip
+ zip -r api.zip api/ || {
+ echo "Something went wrong - fall back to the last-successfully-downloaded-from-SF api docs" &&
+ download_and_unpack_api_zip
79
+ }
80
fi
81
82
- name: Upload artifact
0 commit comments