Skip to content

Commit

Permalink
update build action
Browse files Browse the repository at this point in the history
  • Loading branch information
thePeras committed Oct 30, 2022
1 parent 52f5fe2 commit 3a8c56c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -25,11 +24,7 @@ jobs:
run: doxygen
shell: bash

- name: Create .nojekyll
run: touch docs/.nojekyll
shell: bash

# - uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: "Build documentation"
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Documentation built"

2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = "../AED_Proj/Classes", "../AED_Proj"
INPUT = "./Classes", "./"
RECURSIVE = YES

# This tag can be used to specify the character encoding of the source files
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Aplicação "terminal-based"

A documentação do código pode ser encontrada [aqui](https://lfsjesus.github.io/AED_Horarios/docs/html)
A documentação do código pode ser encontrada [aqui](https://lfsjesus.github.io/AED_Horarios/html)

-------------MENU-------------

Expand Down
Empty file added docs/.nojekyll
Empty file.

0 comments on commit 3a8c56c

Please sign in to comment.