Skip to content

Commit

Permalink
Upgrade Setup-Python GitHub Action (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdapena committed Apr 9, 2024
1 parent 9dbe547 commit 05d07a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand Down
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: Welcome to Pyventus
hide:
- navigation
---

<style>
.md-content .md-content__inner.md-typeset h1 { height: 0; margin: 0; color: transparent; }
.md-content .md-content__inner.md-typeset h1 { height: 0; margin: 0; color: transparent; display: none; }
.md-content .md-content__inner.md-typeset::before { height: 0; }

.terminal-command {
Expand Down

0 comments on commit 05d07a8

Please sign in to comment.