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