Skip to content

Commit

Permalink
Merge branch 'sstrk/fix-pages-job' into 'devel'
Browse files Browse the repository at this point in the history
Fix pages job

See merge request yaook/k8s!1538
  • Loading branch information
sstrk committed Oct 29, 2024
2 parents b442e02 + 61fff7b commit 6d41126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ pages:
- direnv allow
- eval $(direnv export bash) # This mimics `cd`ing into the directory with an interactive shell
- poetry install --with docs --sync
- export VIRTUAL_ENV=$(poetry env info --path 2>/dev/null)
- export PATH="$VIRTUAL_ENV/bin:$PATH"
script:
- git fetch && git remote prune origin
- nix build .#docsRST -o docs/user/reference/options
Expand Down
Empty file.

0 comments on commit 6d41126

Please sign in to comment.