Skip to content

Commit

Permalink
给代码块增加语言标识.
Browse files Browse the repository at this point in the history
  • Loading branch information
sumruler committed Sep 8, 2024
1 parent c6b6d81 commit dc656f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ name: Release Typora Theme

on:
push:
branches:
- main # 选择触发的分支
tags:
- '*' # 监听所有标签的推送

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v2

- name: Get current tag version
- name: Get current tag version
id: tag
run: |
TAG=$(git describe --tags --abbrev=0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
### 2024-01-29
修复代码块显示异常
### 2024-01-18
增加了任务列表的样式,对打印出来的页面进行了大小和行间距的设置。
增加了任务列表的样式,对打印出来的页面进行了大小和行间距的设置。



Expand Down

0 comments on commit dc656f8

Please sign in to comment.