Skip to content

Commit

Permalink
add gitlab pages
Browse files Browse the repository at this point in the history
  • Loading branch information
xanhacks committed Apr 27, 2021
1 parent 09550d7 commit 4226b91
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
image: python:3.9

pages:
stage: deploy
only:
- master
script:
- pip install mkdocs-material
- mkdocs build --site-dir public
artifacts:
paths:
- public

0 comments on commit 4226b91

Please sign in to comment.