ci: test
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -40,6 +40,10 @@ jobs:
|
|||||||
# --thread-count=32
|
# --thread-count=32
|
||||||
- name: CDN refresh
|
- name: CDN refresh
|
||||||
run: |
|
run: |
|
||||||
|
cat cdnrefresh.txt | while read line
|
||||||
|
do
|
||||||
|
echo $line
|
||||||
|
done
|
||||||
echo "https://cdn.d2.pub/${GITHUB_REPOSITORY//*\//}/preview/" > cdnrefresh.txt
|
echo "https://cdn.d2.pub/${GITHUB_REPOSITORY//*\//}/preview/" > cdnrefresh.txt
|
||||||
./qshell cdnrefresh --dirs -i ./cdnrefresh.txt
|
./qshell cdnrefresh --dirs -i ./cdnrefresh.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user