Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kimmy-wang/gitee-pages

GitHub Action to deploy to Gitee Pages
https://github.com/kimmy-wang/gitee-pages

actions gitee gitee-pages github github-actions pages

Last synced: 3 months ago
JSON representation

GitHub Action to deploy to Gitee Pages

Awesome Lists containing this project

README

        

**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [gitee-pages](#gitee-pages)

# gitee-pages

```yaml
- name: Deploy
uses: kw214/gitee-pages@v1
with:
external_repository: kw214/gitee-pages
personal_token: ${{ secrets.GITEE_TOKEN }}
# publish_branch: gh-pages
publish_dir: ./public
# allow_empty_commit: true
# keep_files: true
# force_orphan: true
user_name: 'kw214'
user_email: 'github-actions[bot]@users.noreply.github.com'
# commit_message: ${{ github.event.head_commit.message }}
cname: 'gitee-pages.kimmy.me'
```

This [library](https://github.com/kw214/gitee-pages) is inspired by [actions-gh-pages](https://github.com/peaceiris/actions-gh-pages).