Skip to content

Commit

Permalink
qq
Browse files Browse the repository at this point in the history
  • Loading branch information
oldwinter committed Mar 7, 2023
1 parent b9b8cf0 commit c88d4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: git submodule update --init --recursive

- name: config1
run: rm -rf content/.obsidian content/cedict_ts.u8 content/Extras/Templates content/Sources/Movies + TV/豆瓣影音导入 && mv content/*.md content/Atlas && find content/ -name "*.md" | xargs -I file mv -f file content && mv content/AboutTheGarden.md content/_index.md
run: rm -rf content/.obsidian content/Extras/Templates content/Sources/Movies\ +\ TV/豆瓣影音导入 && mv content/*.md content/Atlas && find content/ -name "*.md" | xargs -I file mv -f file content && mv content/AboutTheGarden.md content/_index.md

- name: config2
run: "ls content/ && grep -lr --null 'title' content/* | xargs -0 sed -i -E -r 's/title: (.*)/title: \"\\1\"/g'"
Expand Down

0 comments on commit c88d4b3

Please sign in to comment.