Skip to content

kimmy-wang/gitee-pages

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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.