Skip to content

Commit

Permalink
Feat. 使用render-build构建页面
Browse files Browse the repository at this point in the history
  • Loading branch information
RavelloH committed Feb 6, 2024
1 parent 4c75cf5 commit 6ecf7be
Show file tree
Hide file tree
Showing 377 changed files with 29,136 additions and 11,392 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,29 @@ jobs:
- name: 'Install requirements'
run: |
npm install
- name: 'RenderBuild'
run: |
node program/build.js
- name: 'RPageSearch'
continue-on-error: True
run: |
cd program
node search.js
node program/search.js
git add -A
git commit -m "[RPageSearch]`date '+%Y-%m-%d %H:%M:%S'`" || exit
- name: 'local-feed-generation'
continue-on-error: True
run: |
cd program
node feed.js
node program/feed.js
git add -A
git commit -m "[local-feed-generation]`date '+%Y-%m-%d %H:%M:%S'`" || exit
- name: 'local-sitemap-generation'
continue-on-error: True
run: |
cd program
node fileList.js
npx sitemap < ../assets/data/urlList.txt > ../sitemap.xml
node program/fileList.js
npx sitemap < ./public/assets/data/urlList.txt > ./public/sitemap.xml
git add -A
git commit -m "[local-sitemap-generation]`date '+%Y-%m-%d %H:%M:%S'`" || exit
- name: 'Commit files'
continue-on-error: True
run: |
git diff
git status
git commit -m "[RTheme-Build]`date '+%Y-%m-%d %H:%M:%S'`" || exit
git push -f || exit
252 changes: 0 additions & 252 deletions about/index.html

This file was deleted.

Loading

0 comments on commit 6ecf7be

Please sign in to comment.