Skip to content

Gitee Pages

Actions
GitHub Action to deploy to Gitee Pages
v1.0.0
Latest
Star (6)

Tags

 (1)

Table of Contents generated with DocToc

gitee-pages

- 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 is inspired by actions-gh-pages.

Gitee Pages is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action to deploy to Gitee Pages
v1.0.0
Latest

Tags

 (1)

Gitee Pages is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.