summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2023-04-13 11:58:18 +0200
committerMarcel Müller <neikos@neikos.email>2023-04-13 11:58:18 +0200
commitf50825503feb304bea9ed77366f1e67e024ebade (patch)
treebbd289ae53158617eaf151ddc6bb33aa789af0c3
parent997e6258a8f7fc19300e58c82714a5f5380c3fa9 (diff)
Use the correct package
Signed-off-by: Marcel Müller <neikos@neikos.email>
-rw-r--r--.github/workflows/website.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index c44632b..7e91dc2 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -23,7 +23,7 @@ jobs:
- run: nix --extra-experimental-features "nix-command flakes" build .#book
- run: mkdir -p output/book output/description_viewer
- run: cp -LR result/* output/book
- - run: nix --extra-experimental-features "nix-command flakes" build .#description_website
+ - run: nix --extra-experimental-features "nix-command flakes" build .#description_website_gh_pages
- run: cp -LR result/* output/description_viewer
- run: tree output
- uses: JamesIves/github-pages-deploy-action@v4.4.1