mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-01-18 16:17:26 +01:00
pip list
This commit is contained in:
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -12,8 +12,10 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: sudo apt update && sudo apt install -y python3-pip
|
||||
- name: x
|
||||
run: pip3 list
|
||||
- name: Install mkdocs
|
||||
run: sudo pip3 install mkdocs mkdocs-material mkdocs-minify-plugin
|
||||
run: pip3 install mkdocs mkdocs-material mkdocs-minify-plugin
|
||||
- name: Build docs
|
||||
run: make docs
|
||||
- name: Run tests, formatting, vetting and linting
|
||||
|
||||
Reference in New Issue
Block a user