Skip to content

Commit

Permalink
使用本地css文件
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed Jan 22, 2022
1 parent c7d2a55 commit aa24eb6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
no_used/*
static/*
.vscode
output/*
.git
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
push:
branches:
- master
paths-ignore:
- '**.html'
- 'static/**'
- 'no_used/**'

env:
CACHE_FROM_DIR: /tmp/.buildx-cache
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Node 基础教程 by 白一梓">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<link rel="stylesheet" href="//blog.whyun.com/nodebook/static/css/vue.css">
</head>
<body>
<div id="app"></div>
Expand Down
1 change: 1 addition & 0 deletions static/css/vue.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa24eb6

Please sign in to comment.