Skip to content

Commit

Permalink
Adiciona banco de dados
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarDeBrito committed Apr 4, 2024
1 parent 0f052e7 commit 4c9abb9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/actionsflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,19 @@ 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: .aux

- run: pip install mkdocs-material
- run: pip install mkdocs-material mkdocs-with-pdf # Add mkdocs-with-pdf here
- run: mkdocs build
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force

0 comments on commit 4c9abb9

Please sign in to comment.