Deploy runs after update instead of simultaneously

This commit is contained in:
CasVT
2023-07-02 13:19:13 +02:00
parent c64034ea01
commit c3f99c5b14

View File

@@ -20,6 +20,7 @@ jobs:
- run: python3 project_management/generate_api_docs.py
deploy:
needs: update
name: Build docs
runs-on: ubuntu-latest
steps: