We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024401d commit 8496d09Copy full SHA for 8496d09
.github/workflows/publish.yaml
@@ -148,6 +148,9 @@ jobs:
148
cache-to: |
149
type=registry,ref=${{ secrets.REHOSTING_ARC_REGISTRY }}/rehosting/penguin:cache_docs,mode=max
150
151
+ - name: Install dependencies
152
+ run: pip install click pyyaml
153
+
154
- name: Generate Docs
155
run: |
156
timeout 10m python3 $GITHUB_WORKSPACE/tests/unit_tests/test_target/test.py -i rehosting/penguin:docs --docs-only
0 commit comments