Follow steps below to download markdown files of your Yuque articles, without any code and command
- "Create a new repository"
- Set private
- Setup YUQUE_TOKEN in Settings/Secrets
- YUQUE_TOKEN is required, you can apply it on https://www.yuque.com/settings/tokens
- 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
- Run the only job
- Success
- Markdown files would be pushed to <repo_name>/storage
- Download Github Desktop
- Sign in Github
- Select your repo then clone to local
- Click "Show in Finder" to browse your Markdown files
- Click "Fetch origin" to get latest acticles from Github repo
- Workflow will trigger every day at 5:30 by default, you can modify
on.schedule.cron
to change the time