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 074560e commit 65aaa59
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand All @@ -40,8 +35,11 @@ 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: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 65aaa59

Please sign in to comment.