ci: test
This commit is contained in:
parent
c616a7c0c9
commit
728698b54e
|
|
@ -40,10 +40,10 @@ jobs:
|
|||
# --thread-count=32
|
||||
- name: CDN refresh
|
||||
run: |
|
||||
cat cdnrefresh.txt | while read line
|
||||
do
|
||||
echo $line
|
||||
done
|
||||
cat cdnrefresh.txt | while read line
|
||||
do
|
||||
echo $line
|
||||
done
|
||||
echo "https://cdn.d2.pub/${GITHUB_REPOSITORY//*\//}/preview/" > cdnrefresh.txt
|
||||
./qshell cdnrefresh --dirs -i ./cdnrefresh.txt
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue