Skip to content

Commit

Permalink
testando
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoTulioSoares committed Apr 18, 2024
1 parent 5a22e77 commit d31a820
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/auto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: ci
on:
push:
branches:
- DOCS-git_pages
- 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

0 comments on commit d31a820

Please sign in to comment.