Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
make sure that job is called test
  • Loading branch information
pahjbo committed Jun 24, 2024
1 parent d5913b4 commit ee95607
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ on:
permissions:
contents: write
jobs:
deploy:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
cache: 'pip'
- run: pip install mkdocs-material plantuml-markdown
- name: test site
run: mkdocs build

0 comments on commit ee95607

Please sign in to comment.