Skip to content

Commit

Permalink
Clean up workflow scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Jan 27, 2024
1 parent f54e53c commit ac71ac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Test Coverage
name: Codecov Coverage

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
poetry install
- name: Build the MkDocs site
run: mkdocs build
run: poetry run mkdocs build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit ac71ac0

Please sign in to comment.