Skip to content

reorganizando a menção dos índices #89

reorganizando a menção dos índices

reorganizando a menção dos índices #89

Workflow file for this run

name: Build and deploy
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker compose run --rm -u 0 mkdocs build
- uses: JamesIves/[email protected]
if: github.ref == 'refs/heads/main'
with:
branch: gh-pages
folder: ./site
single-commit: true
silent: false