Skip to content

Commit

Permalink
Merge pull request #9 from Requisitos-de-Software/algorithmorphic
Browse files Browse the repository at this point in the history
automatização da atualização do index.md conforme o README.md durante um deploy
  • Loading branch information
algorithmorphic authored Nov 7, 2024
2 parents 87dbd92 + 0ffc5c3 commit 57c20e5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material

- run: pip install mkdocs-material

- name: Copiar README para index.md
run: cp README.md docs/index.md

- name: Deploy Docs
run: mkdocs gh-deploy --force

0 comments on commit 57c20e5

Please sign in to comment.