Skip to content

Commit

Permalink
docs: build version nixos-24.11 of the book
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Jan 16, 2025
1 parent 98120e4 commit 1e33f25
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/book-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
# Allows running this workflow manually
workflow_dispatch:
push:
branches:
- master
- nixos-24.05
# The book must be built from only the master branch,
# in order to have a single file that defines the build,
# and not 3+ 'book-gh-pages.yml' files on each branch which must be the same.
branches: [master]

permissions:
contents: read
Expand Down Expand Up @@ -38,6 +39,11 @@ jobs:
ref: master
path: dev
persist-credentials: false
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: nixos-24.11
path: nixos-24.11
persist-credentials: false
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: nixos-24.05
Expand Down
3 changes: 2 additions & 1 deletion pkgs/ci-scripts/build-docs-multiversion.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
writers,
epnixLib,
}: let
stable = "nixos-24.05";
stable = "nixos-24.11";
versions = [
"dev"
"nixos-24.11"
"nixos-24.05"
];
baseurl = "https://epics-extensions.github.io/EPNix";
Expand Down

0 comments on commit 1e33f25

Please sign in to comment.