Skip to content

Commit ecd6763

Browse files
committed
fix new post notify error
1 parent 5c74d47 commit ecd6763

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- name: Build
2525
run: hugo --gc
2626

27+
- name: create env file
28+
run: |
29+
touch .env
30+
echo WEBPUSHRKEY =${{ secrets.WEBPUSHRKEY }} >> .env
31+
echo WEBPUSHRAUTHTOKEN =${{ secrets.WEBPUSHRAUTHTOKEN }} >> .env
32+
2733
- name: New Post Check
2834
uses: actions/setup-node@v2
2935
with:

content/money/passive-income-protfolio/202105.zh-cn .md renamed to content/money/passive-income-protfolio/202105.zh-cn.md

File renamed without changes.

0 commit comments

Comments
 (0)