Skip to content

Commit a0f31bc

Browse files
committed
Tweak ci
1 parent 9c37606 commit a0f31bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/fetch-wxr-assets.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828

2929
- name: Get WXR normalizer
3030
run: |
31-
curl https://github.com/adamziel/wxr-normalize/raw/trunk/preprocess-wxr.phar > preprocess-wxr.phar
31+
rm preprocess-wxr.phar*
32+
wget https://github.com/adamziel/wxr-normalize/raw/trunk/preprocess-wxr.phar
3233
3334
# TODO: Go by file paths listed under importWxr in blueprint.json
3435
- name: Validate file contents

preprocess-wxr.phar

-471 KB
Binary file not shown.

0 commit comments

Comments
 (0)