Skip to content

Commit

Permalink
docs: fix environment
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored Feb 5, 2024
1 parent d4ac80b commit 8abe53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
coverage:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: Push version switcher
permissions:
id-token: write
Expand All @@ -23,7 +23,7 @@ jobs:
S3_BUCKET: "awkward-array.org"
CLOUDFRONT_ID: "EFM4QVENUIXHS"
environment:
name: docs-prod
name: docs
steps:
- uses: actions/checkout@v4
- name: Configure AWS credentials
Expand Down

0 comments on commit 8abe53e

Please sign in to comment.