https://github.com/shadow578/overleaf-sync
https://github.com/shadow578/overleaf-sync
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shadow578/overleaf-sync
- Owner: shadow578
- License: mit
- Created: 2022-10-28T10:07:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T04:22:06.000Z (over 2 years ago)
- Last Synced: 2024-03-15T10:05:55.610Z (over 1 year ago)
- Language: TypeScript
- Size: 1.29 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Overleaf CE sync action
one-way sync overleaf ce projects to github
```yaml
- uses: shadow578/[email protected]
with:
# store credentials as action secret
host: ${{ secrets.OL_HOST }}
email: ${{ secrets.OL_EMAIL }}
password: ${{ secrets.OL_PASSWORD }}
# download to ./projects, create one subdirectory per project
downloads_path: './projects'# automatically accept invites to new projects
accept_invites: true# force re-download on every run
force_download: true# only download select projects, one per line
# both project id and display name can be used
projects: |
'Test Project'
635ac4e011188d00842f0ebf
```