-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
font-size 15px | ||
max-width 70% | ||
margin 0 10px | ||
inline-height 1.8em | ||
flex 1 | ||
|
||
a:not(.nonstyle) | ||
|