Skip to content

Commit

Permalink
Adicionando ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonSenaa committed Nov 22, 2024
1 parent 12dee85 commit c680270
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: ci
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ markdown_extensions:
- attr_list
- md_in_html

plugins:
- glightbox
# plugins:
# - glightbox

extra_css:
- stylesheets/extra.css
Expand Down

0 comments on commit c680270

Please sign in to comment.