Skip to content

Commit

Permalink
atualiza pages e muda o tema
Browse files Browse the repository at this point in the history
  • Loading branch information
ramires31 committed Jul 11, 2024
1 parent bbb9fc4 commit f6c1103
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/actionsflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
- uses: actions/cache@v3 # Atualizado para v3
with:
key: ${{ github.ref }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
path: .aux

- run: pip install mkdocs-material mkdocs-with-pdf # Add mkdocs-with-pdf here

- run: pip install mkdocs-bootswatch
- run: pip install mkdocs-material mkdocs-with-pdf
- run: mkdocs build
- run: mkdocs gh-deploy --force

0 comments on commit f6c1103

Please sign in to comment.