Skip to content

Commit

Permalink
vault backup: 2025-01-07 21:32:21
Browse files Browse the repository at this point in the history
Affected files:
.github/workflows/auto-generate-docsify-sidebar.yml
  • Loading branch information
givedrug committed Jan 7, 2025
1 parent 4834302 commit c61fd30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-generate-docsify-sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
ref: master

- name: setup python 3.7
uses: actions/setup-python@v1
- name: setup python 3.13
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.13'

- name: push _sidebar.md to branch gh-pages
env:
Expand Down

0 comments on commit c61fd30

Please sign in to comment.