mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
ci/docs: fix env
vs environment
error
This commit is contained in:
parent
99b066ba6d
commit
2bc8dc86a0
1 changed files with 6 additions and 3 deletions
9
.github/workflows/build_documentation.yml
vendored
9
.github/workflows/build_documentation.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue