Skip to content

Commit

Permalink
ci: updated docs and lint to be similar
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed May 26, 2024
1 parent ece35b0 commit c2957c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
# - main

jobs:
build:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: pip install sphinx sphinx-rtd-theme
- name: Build Sphinx documentation
- name: Build documentation
run: cd docs; make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: pip install pycodestyle pylint
Expand Down

0 comments on commit c2957c0

Please sign in to comment.