Skip to content

Commit

Permalink
cdn refresh directory 💯
Browse files Browse the repository at this point in the history
  • Loading branch information
foxundermoon committed Mar 18, 2020
1 parent e1131b9 commit 98853b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,18 @@ jobs:
sed -n '1d;p' | \
tee -a refresh.xt | \
qshell cdnrefresh
echo 'https://${{ env.DOMAIN}}' |qshell cdnrefresh
echo 'https://${{ env.DOMAIN}}/' |qshell cdnrefresh
find . | grep -v '^./_next' | \
grep -v 'index.html' | \
grep -v '.ico' | \
sed -e 's|./|https://${{ env.DOMAIN }}/|' | \
sed -n '1d;p' | \
xargs -I ^_^ echo '^_^/' | \
tee -a refresh.xt | \
qshell cdnrefresh
- name: deploy website success
uses: foxundermoon/feishu-action@v1
Expand Down

1 comment on commit 98853b2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for website ready!

Built with commit 98853b2

https://home-website-e3v8q35rv.now.sh

Please sign in to comment.