Skip to content

Commit

Permalink
Merge pull request #38 from querqy/update_github_actions
Browse files Browse the repository at this point in the history
Github Actions are very old, update them to the newest ones.  Now supports modern Sphinx.
  • Loading branch information
epugh authored Feb 20, 2024
2 parents fe76943 + 1e83293 commit 75a984d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.10'
- name: Install dependencies
run: |
sudo apt install pandoc
Expand All @@ -34,4 +33,4 @@ jobs:
LOCAL_DIR: docs/build/html
METHOD: sftp
PORT: 22
ARGS: --delete
ARGS: --delete

0 comments on commit 75a984d

Please sign in to comment.