Skip to content

Commit

Permalink
删除无意义的标志,在hexo生成一遍后再强制重新生成一遍。
Browse files Browse the repository at this point in the history
  • Loading branch information
Neboer committed Sep 9, 2024
1 parent b5e57a2 commit 911db73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sample workflow for building and deploying a VitePress site to GitHub Pages
# Sample workflow for building and deploying a hexo site to GitHub Pages
#
name: Deploy Nboat4 site to neboer.site server

Expand Down Expand Up @@ -32,13 +32,13 @@ jobs:
cache: yarn
- name: Install dependencies
run: yarn install
- name: Build with VitePress
- name: Build with hexo
run: |
yarn build
yarn build && yarn build -f
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: vitepress-build-output
name: hexo-build-output
path: public
- name: copy file via ssh key
uses: appleboy/[email protected]
Expand Down
1 change: 0 additions & 1 deletion themes/nboat/source/css/partial/post.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
font-size 15px
max-width 70%
margin 0 10px
inline-height 1.8em
flex 1

a:not(.nonstyle)
Expand Down

0 comments on commit 911db73

Please sign in to comment.