kimmy-wang / gitee-pages

GitHub Action to deploy to Gitee Pages

Home Page:https://github.com/marketplace/actions/gitee-pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

GitHub Action to deploy to Gitee Pages

https://github.com/marketplace/actions/gitee-pages

License:MIT License


Languages

Language:TypeScript 91.4%Language:Shell 3.4%Language:Dockerfile 3.2%Language:HTML 0.8%Language:JavaScript 0.6%Language:Makefile 0.5%Language:CSS 0.1%