Skip to content

Commit

Permalink
ci: update upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brainwo committed May 16, 2024
1 parent 474606d commit 074560e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Schedule Upload

on:
schedule:
- cron: '0 */4 * * *'
- cron: "0 */4 * * *"
workflow_dispatch:
push:
branches:
- main

permissions:
contents: read
Expand Down Expand Up @@ -37,6 +40,8 @@ jobs:
run: npm install
- name: Generate feed.xml
run: node index.js
- name: Move feed.xml to pages artifact folder
run: mv feed.xml ./_site/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 074560e

Please sign in to comment.