ci/docs: fix env vs environment error

This commit is contained in:
Matt Sturgeon 2024-11-18 21:14:40 +00:00
parent 99b066ba6d
commit 2bc8dc86a0
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -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