Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
avgcampos committed Jan 9, 2024
1 parent 0c3e64e commit 4696e34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
- name: Run tests
run: make test

#----------------------------------------------
# publish docs
#----------------------------------------------
- name: Publish docs
run: pip install --upgrade pip && pip install mkdocs mkdocs-gen-files
run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
run: mkdocs gh-deploy

- uses: actions/upload-artifact@v2
with:
name: code-coverage
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![myfempy_logo](figures\logo.png)

# Welcome to myfempy\'s online documentation!
# Welcome to myfempy's online documentation!

Copyright © Antonio Vinicius G. Campos 2022. Processo INPI BR512022001484-0

Expand Down

0 comments on commit 4696e34

Please sign in to comment.