Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RainPPR committed Nov 25, 2024
1 parent 9be3869 commit b862a0a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,23 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
- run: npx markdownlint-cli .
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.124.0"
extended: true
- name: Build
run: hugo --minify
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: public
deploy:
Expand All @@ -41,8 +40,8 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.associations": {
Expand Down
4 changes: 3 additions & 1 deletion content/docs/voice-feminisation-exercise/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ bookToC: false
description: 这是一本结合了 插画、音频 和 基础训练手段 的 伪声训练书籍,同时也有让声音变得更好听的效果。
---

来源:<https://rle.wiki/others/voice-feminisation-exercise/>

[点击下载 PDF 文档](./基于医学研究的嗓音女性化练习.pdf)

本文件是在笔者系统学习和研究言语训练后,结合自身及多位学习者的个人体验,将经验和心得汇总而成。本文档的主要训练思路与大部分医院的嗓音训练方法一致,旨在为因各种条件限制而不便参加医院嗓音训练的跨性别女性,提供基础性的嗓音训练指导,从而获得与医院嗓音训练相近的效果。
Expand Down Expand Up @@ -204,7 +206,7 @@ description: 这是一本结合了 插画、音频 和 基础训练手段 的
### 短句练习

- C1

- 他和大妈打篮球
- 教授接见江姐姐
- 狗狗跟着过高岗
Expand Down

0 comments on commit b862a0a

Please sign in to comment.