Migrate release of docs from travis-ci to github actions (#5162)
This commit is contained in:
parent
ceb721d6eb
commit
4a63609c3e
8 changed files with 93 additions and 236 deletions
9
.github/actions/mkdocs/action.yml
vendored
Normal file
9
.github/actions/mkdocs/action.yml
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# action.yml
|
||||
name: 'Deploy MkDocs'
|
||||
description: 'Deploys MkDocs site'
|
||||
branding:
|
||||
icon: 'arrow-up-circle'
|
||||
color: 'orange'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
Loading…
Add table
Add a link
Reference in a new issue