Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kimmy-wang/gitee-pages
- Owner: kimmy-wang
- License: mit
- Created: 2019-12-18T05:16:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:04:47.000Z (3 months ago)
- Last Synced: 2024-10-29T20:11:16.184Z (3 months ago)
- Topics: actions, gitee, gitee-pages, github, github-actions, pages
- Language: TypeScript
- Homepage: https://github.com/marketplace/actions/gitee-pages
- Size: 83 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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).