Skip to content

Commit

Permalink
Bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anneschuth committed Jul 8, 2024
1 parent 9ef04a4 commit ee0f23d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Generate index.json
run: ./script/deploy

- name: Checkout deployment branch
- name: Commit to deployment branch
run: |
git fetch
git checkout --orphan deployment
Expand Down

0 comments on commit ee0f23d

Please sign in to comment.