We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca424f commit b5cafdaCopy full SHA for b5cafda
.github/workflows/Tag.yaml
@@ -85,12 +85,15 @@ jobs:
85
- uses: actions/setup-python@v5
86
with:
87
python-version: 3.x
88
+ - name: Install Poetry
89
+ run: pip install poetry
90
+ - name: Install dependencies for docs
91
+ run: poetry install --with dev
92
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
93
- uses: actions/cache@v4
94
95
key: mkdocs-material-${{ env.cache_id }}
96
path: .cache
97
restore-keys: |
98
mkdocs-material-
- - run: pip install mkdocs-material
99
- run: mkdocs gh-deploy --force
0 commit comments