Skip to content

Resolvendo bug anterior e modificando arquivo JSON para PDF - Outro b… #54

Resolvendo bug anterior e modificando arquivo JSON para PDF - Outro b…

Resolvendo bug anterior e modificando arquivo JSON para PDF - Outro b… #54

Workflow file for this run

#name: Deploy Docs
#on:
# push:
# branches:
# - main
# paths:
# - docs/**
# - mkdocs.yml
#jobs:
# deploy:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-python@v2
# with:
# python-version: 3.x
# - run: pip3 install mkdocs-material
# - run: mkdocs gh-deploy --force