aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorpacien2022-09-03 01:34:26 +0200
committerpacien2022-09-03 01:34:26 +0200
commita8452594c6571e8003baa2aca14747eeeee08152 (patch)
treea894d99c22a601197869c7a6928d40bb4ae2c392 /.github
parentdd9c9804e9e3da9880c711f53edb9c4a19d782f8 (diff)
parent00510820a2794efcadbc83f7f8b54318fe198ecb (diff)
downloadldgallery-a8452594c6571e8003baa2aca14747eeeee08152.tar.gz
Merge branch 'vue3-refactoring-staging' into develop
Reviewed-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9dfda53..f5ca509 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -123,7 +123,7 @@ jobs:
123 pandoc --standalone --to html license.md --output dist/license.html 123 pandoc --standalone --to html license.md --output dist/license.html
124 - name: Bundle ImageMagick 124 - name: Bundle ImageMagick
125 run: | 125 run: |
126 MAGICK_ARCHIVES="https://download.imagemagick.org/ImageMagick/download/binaries/" 126 MAGICK_ARCHIVES="https://imagemagick.org/archive/binaries/"
127 MAGICK_LATEST=$( \ 127 MAGICK_LATEST=$( \
128 curl --silent "$MAGICK_ARCHIVES" \ 128 curl --silent "$MAGICK_ARCHIVES" \
129 | hxclean \ 129 | hxclean \