Skip to content

Commit 97a8744

Browse files
committed
fix: force update container panflute library from inline action step
1 parent 92c4f59 commit 97a8744

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
fetch-depth: ${{ (github.ref_name == 'main' || startsWith(github.ref, 'refs/heads/test-')) && '0' || '50' }}
3636
fetch-tags: true
3737

38+
- name: Upgrade panflute to latest version
39+
run: pip install --no-cache-dir --break-system-packages --upgrade panflute
40+
3841
- name: Mark repo as safe for Git
3942
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
4043

0 commit comments

Comments
 (0)