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
8
.github/actions/mkdocs/Dockerfile
vendored
Normal file
8
.github/actions/mkdocs/Dockerfile
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM squidfunk/mkdocs-material:4.6.3
|
||||
|
||||
COPY action.sh /action.sh
|
||||
|
||||
RUN apk add --no-cache bash \
|
||||
&& chmod +x /action.sh
|
||||
|
||||
ENTRYPOINT ["/action.sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue