Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 2.9 KB

README.md

File metadata and controls

54 lines (35 loc) · 2.9 KB

yuque-exporter-boilerplate

Follow steps below to download markdown files of your Yuque articles, without any code and command

Step 1 - Create a private repo from boilerplate

  • "Create a new repository"
image
  • Set private
image

Step 2 - Setup YUQUE_TOKEN and run the workflow

image
  • Setup REPOS in Settings/Variables
  • REPOS is optional, you can specify several repos you want like "bufeidefeiyang/blog bufeidefeiyang/test"
  • If empty, all repos would be exported
image
  • Run the only job
image
  • Success
image
  • Markdown files would be pushed to <repo_name>/storage
image

Step 3 - Download files without code and command

  • Download Github Desktop
image
  • Sign in Github
image
  • Select your repo then clone to local
image
  • Click "Show in Finder" to browse your Markdown files
image
  • Click "Fetch origin" to get latest acticles from Github repo
image

P.S.

  • Workflow will trigger every day at 5:30 by default, you can modify on.schedule.cron to change the time
image