Skip to content

Commit

Permalink
Add feishu-pages download cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Nov 3, 2023
1 parent b3a4dfe commit cb0342d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/download_feishu_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
with:
fetch-depth: 1

- name: Restore cache
uses: actions/cache@v3
id: feishu_pages_download_cache
with:
path: ./feishu-pages/.cache
key: feishu_pages_download_cache_key

- name: Start export feishu pages
env:
FEISHU_APP_ID: ${{ secrets.FEISHU_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy feishu pages to canary
name: Deploy feishu pages to release
on:
push:
pull_request:
Expand Down

0 comments on commit cb0342d

Please sign in to comment.