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 92c4f59 commit 97a8744Copy full SHA for 97a8744
1 file changed
.github/workflows/deploy-docs.yml
@@ -35,6 +35,9 @@ jobs:
35
fetch-depth: ${{ (github.ref_name == 'main' || startsWith(github.ref, 'refs/heads/test-')) && '0' || '50' }}
36
fetch-tags: true
37
38
+ - name: Upgrade panflute to latest version
39
+ run: pip install --no-cache-dir --break-system-packages --upgrade panflute
40
+
41
- name: Mark repo as safe for Git
42
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
43
0 commit comments