Skip to content

Commit

Permalink
ci/docs: fix env vs environment error
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Nov 18, 2024
1 parent 99b066b commit 2bc8dc8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
repo: "${{ github.repository }}"
repoName: "${{ github.event.repository.name }}"
out: docs-build
runs-on: ubuntu-latest
timeout-minutes: 40

env:
repo: ${{ github.repository }}
repoName: ${{ github.event.repository.name }}
out: docs-build

steps:
- name: Install nix
uses: cachix/install-nix-action@v26
Expand Down

0 comments on commit 2bc8dc8

Please sign in to comment.