Skip to content

Commit

Permalink
添加github action文件
Browse files Browse the repository at this point in the history
  • Loading branch information
nongfugengxia committed Nov 4, 2023
1 parent b1e51e0 commit 40ec21c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 85 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

3 changes: 0 additions & 3 deletions .github/FUNDING.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/config.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/issue_template.md

This file was deleted.

30 changes: 0 additions & 30 deletions .github/pull_request_template.md

This file was deleted.

16 changes: 0 additions & 16 deletions .github/stale.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish docs via GitHub Pages
on:
push:
branches:
- master

jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master

0 comments on commit 40ec21c

Please sign in to comment.