chore(*): hide post update time & update ci config
parent
bc2397e641
commit
32508e9f01
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- run: npx hexo algolia
|
- run: npx hexo algolia
|
||||||
env:
|
env:
|
||||||
HEXO_ALGOLIA_INDEXING_KEY: ${{ secrets.HEXO_ALGOLIA_INDEXING_KEY }}
|
HEXO_ALGOLIA_INDEXING_KEY: ${{ secrets.HEXO_ALGOLIA_INDEXING_KEY }}
|
||||||
- run: npx hexo g
|
- run: NODE_ENV=production npx hexo g
|
||||||
- uses: peaceiris/actions-gh-pages@v3
|
- uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
@ -55,6 +55,7 @@ tag_map:
|
||||||
## http://momentjs.com/docs/#/displaying/format/
|
## http://momentjs.com/docs/#/displaying/format/
|
||||||
date_format: YYYY-MM-DD
|
date_format: YYYY-MM-DD
|
||||||
time_format: HH:mm:ss
|
time_format: HH:mm:ss
|
||||||
|
updated_option: 'empty'
|
||||||
|
|
||||||
# Pagination
|
# Pagination
|
||||||
## Set per_page to 0 to disable pagination
|
## Set per_page to 0 to disable pagination
|
||||||
|
|
Loading…
Reference in New Issue