Skip to content

Commit

Permalink
test out the process
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Feb 20, 2024
1 parent fe76943 commit 2f7e728
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ on:
push:
branches:
- master
- update_github_actions

jobs:
release:
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 +35,4 @@ jobs:
LOCAL_DIR: docs/build/html
METHOD: sftp
PORT: 22
ARGS: --delete
ARGS: --delete

0 comments on commit 2f7e728

Please sign in to comment.