Skip to content

Commit

Permalink
removing env
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed May 22, 2024
1 parent c6b80f1 commit 498a0b7
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,22 +111,13 @@ jobs:
uses: codecov/codecov-action@v1

UpdateDocs:
runs-on: ${{ matrix.os }}

strategy:
matrix:
python-version: ['3.12']
os: ['ubuntu-latest']
runs-on: ubuntu-latest

permissions:
contents: read
pages: write
id-token: write

env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}

environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
Expand All @@ -138,7 +129,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: 3.12

- name: Make Docs
run: make docs
Expand Down

0 comments on commit 498a0b7

Please sign in to comment.