Skip to content

Commit

Permalink
Fix GitHub Pages build (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years authored Oct 21, 2024
1 parent 38bd70d commit 3130418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

- name: Build user manual
run: |
RESULT=$(nix build --no-link --print-out-paths --print-build-logs .#ghciwatch.user-manual)
cp -r "$RESULT/share/ghciwatch/html-manual" ghciwatch-user-manual
RESULT=$(nix build --no-link --print-out-paths --print-build-logs .#git-prole.user-manual)
cp -r "$RESULT/share/git-prole/html-manual" git-prole-user-manual
- name: Publish to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ghciwatch-user-manual/
folder: git-prole-user-manual/
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ jobs:
# - uses: actions/upload-artifact@v4
# with:
# name: linux
# path: target/release/ghciwatch-aarch64-linux
# path: target/release/git-prole-aarch64-linux
#
# will be downloaded to `linux/ghciwatch-aarch64-linux`.
# will be downloaded to `linux/git-prole-aarch64-linux`.
uses: actions/download-artifact@v4

- name: Create release
Expand Down

0 comments on commit 3130418

Please sign in to comment.