🙂修改分支名称,添加vercel.json
This commit is contained in:
parent
a55fef8524
commit
3218da91ce
4
.github/workflows/friend_circle_lite.yml
vendored
4
.github/workflows/friend_circle_lite.yml
vendored
@ -64,12 +64,12 @@ jobs:
|
||||
- name: Commit changes
|
||||
run: |
|
||||
mkdir pages
|
||||
cp -r main index.html all.json errors.json ./rss_subscribe/last_articles.json pages/
|
||||
cp -r main index.html all.json errors.json pages/
|
||||
cd pages
|
||||
git init
|
||||
git add .
|
||||
git commit -m "⏱️ $(date +"%Y年%m月%d日-%H时%M分") GitHub Actions定时更新"
|
||||
git push --force https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:gh-pages
|
||||
git push --force https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:page
|
||||
|
||||
- name: Delete Workflow Runs
|
||||
uses: Mattraks/delete-workflow-runs@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user